Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ENH 11 rc1 #39

Merged
merged 28 commits into from
Oct 14, 2020
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
8e70483
ENH 11 rc1
beckermr Aug 7, 2020
976a31b
MNT: Re-rendered with conda-build 3.19.2, conda-smithy 3.7.6, and con…
Aug 7, 2020
bc98a2a
ENH add proper hash
beckermr Aug 7, 2020
206ee65
Update recipe/meta.yaml
beckermr Aug 7, 2020
cde51ae
Update recipe/conda_build_config.yaml
beckermr Aug 7, 2020
368f973
MNT: Re-rendered with conda-build 3.19.2, conda-smithy 3.7.6, and con…
Aug 7, 2020
daeb2b7
Update sha256
isuruf Aug 8, 2020
3344685
MNT: Re-rendered with conda-build 3.19.2, conda-smithy 3.7.6, and con…
Aug 8, 2020
f2d4970
[ci skip] [skip ci] [cf admin skip] ***NO_CI*** admin migration CFEP1…
Aug 8, 2020
91a339f
Cross compile for osx-64
isuruf Sep 1, 2020
471fec7
MNT: Re-rendered with conda-build 3.19.2, conda-smithy 3.7.10, and co…
isuruf Sep 1, 2020
5c84de3
flexible channel_priority
isuruf Sep 2, 2020
bf1e5bb
conda-web
isuruf Sep 2, 2020
e59e69c
MNT: Re-rendered with conda-build 3.20.0, conda-smithy 3.7.10, and co…
isuruf Sep 2, 2020
3756ab2
Fix CPPFLAGS
isuruf Sep 2, 2020
159a5d1
No conda-web for other platforms
isuruf Sep 2, 2020
a412e1d
MNT: Re-rendered with conda-build 3.20.0, conda-smithy 3.7.10, and co…
isuruf Sep 2, 2020
d8fe07f
Add patch for osx-arm64
isuruf Sep 2, 2020
b0db616
update patch
isuruf Sep 2, 2020
c3e30ea
debug
isuruf Sep 3, 2020
0e70241
cleanup and use correct install location
isuruf Sep 3, 2020
ba4c656
MNT: Re-rendered with conda-build 3.20.0, conda-smithy 3.7.10, and co…
isuruf Sep 3, 2020
9726823
Merge branch 'master' of github.com:beckermr/openmp-feedstock into 8.0.0
isuruf Sep 3, 2020
fd510b9
skip tests when cross
isuruf Sep 3, 2020
dd3b78e
MNT: Re-rendered with conda-build 3.20.0, conda-smithy 3.7.10, and co…
isuruf Sep 3, 2020
a22461f
flexible channel_priority for osx-64
isuruf Sep 3, 2020
e0d10c2
upload to main
isuruf Oct 14, 2020
57e165d
update to 11.0.0
isuruf Oct 14, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .azure-pipelines/azure-pipelines-linux.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions .azure-pipelines/azure-pipelines-osx.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions .azure-pipelines/azure-pipelines-win.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
channel_sources:
- conda-forge,defaults
channel_targets:
- conda-forge main
- conda-forge llvm_rc
cxx_compiler:
- gxx
cxx_compiler_version:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ cdt_name:
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
- conda-forge llvm_rc
cxx_compiler:
- gxx
cxx_compiler_version:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
channel_sources:
- conda-forge,defaults
channel_targets:
- conda-forge main
- conda-forge llvm_rc
cxx_compiler:
- gxx
cxx_compiler_version:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ MACOSX_DEPLOYMENT_TARGET:
channel_sources:
- conda-forge,defaults
channel_targets:
- conda-forge main
- conda-forge llvm_rc
cxx_compiler:
- clang_bootstrap
cxx_compiler_version:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
channel_sources:
- conda-forge,defaults
channel_targets:
- conda-forge main
- conda-forge llvm_rc
perl:
- 5.26.2
pin_run_as_build:
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.txt

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 10 additions & 10 deletions README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions azure-pipelines.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions recipe/conda_build_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,6 @@ c_compiler_version: # [osx]
- "*" # [osx]
cxx_compiler_version: # [osx]
- "*" # [osx]

beckermr marked this conversation as resolved.
Show resolved Hide resolved
channel_targets:
- conda-forge llvm_rc
6 changes: 3 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{% set name = "openmp" %}
{% set version = "10.0.1" %}
{% set sha256 = "d19f728c8e04fb1e94566c8d76aef50ec926cd2f95ef3bf1e0a5de4909b28b44" %}
{% set version = "11.0.0.rc1" %}
{% set sha256 = "be015908f29747c24633106b384ea55632b269be34bec1a6ed74e014789f9a94" %}
{% set openmp_ver = "4.5" %}

package:
name: {{ name|lower }}
version: {{ version }}

source:
url: https://github.com/llvm/llvm-project/releases/download/llvmorg-{{ version }}/openmp-{{ version }}.src.tar.xz
url: https://github.com/llvm/llvm-project/releases/download/llvmorg-{{ version.replace(".rc", "-rc") }}/openmp-{{ version.replace(".rc", "rc") }}.src.tar.xz
sha256: {{ sha256 }}

build:
Expand Down