Skip to content
Closed
Changes from 1 commit
Commits
Show all changes
45 commits
Select commit Hold shift + click to select a range
fb372b2
go back to travis for PPC
h-vetinari Apr 24, 2023
0cd27f1
MNT: Re-rendered with conda-build 3.24.0, conda-smithy 3.23.1, and co…
h-vetinari May 6, 2023
2e1efab
Revert "MNT: Re-rendered with conda-build 3.24.0, conda-smithy 3.23.1…
h-vetinari May 6, 2023
fd16b75
inching deps closer to last passing run
h-vetinari Jun 9, 2023
76287f1
iterate
h-vetinari Jun 9, 2023
1418c4e
also constrain libstdcxx-ng
h-vetinari Jun 9, 2023
c86434f
Merge remote-tracking branch 'up/main' into ci
h-vetinari Jun 9, 2023
a96d317
undo changes from main
h-vetinari Jun 9, 2023
374e2d8
constrain llvm-openmp
h-vetinari Jun 9, 2023
c622461
also constrain llvm-openmp in host
h-vetinari Jun 9, 2023
18bb89b
reduce diff to main
h-vetinari Jun 9, 2023
df92188
skip everything but linux64+mkl
h-vetinari Jun 9, 2023
3dcebf8
constrain tbb
h-vetinari Jun 9, 2023
36d8267
pin openmp even tighter
h-vetinari Jun 9, 2023
c95c2c5
ensure we don't have libgomp in environment
h-vetinari Jun 9, 2023
80ce380
undo other debugging
h-vetinari Jun 9, 2023
5ed56cc
restrict openmp & tbb again
h-vetinari Jun 9, 2023
db7afa7
readd caps for support libs
h-vetinari Jun 9, 2023
7d2cb70
downgrade compilers again
h-vetinari Jun 9, 2023
6b3937e
add back some libgomp caps
h-vetinari Jun 9, 2023
47b2f22
re-add capped host-dep on libgomp?!?!?!?!?!
h-vetinari Jun 9, 2023
31fddd2
bump build number to avoid pulling in existing _16 build of libblas
h-vetinari Jun 9, 2023
203cd8f
remove libgomp again
h-vetinari Jun 9, 2023
0116fb3
bump build number
h-vetinari Jun 26, 2023
f130bbb
remove llvm-openmp from the picture
h-vetinari Jun 26, 2023
745cccb
iterate
h-vetinari Jun 26, 2023
4652829
avoid libgomp run-deps
h-vetinari Jun 26, 2023
45bd996
reinstate llvm-openmp
h-vetinari Jun 26, 2023
12640dd
remove pins in global build step
h-vetinari Jun 26, 2023
e347cd1
set timeout for individual tests
h-vetinari Jun 26, 2023
77f876e
remove pins
h-vetinari Jun 26, 2023
4deaab9
apply hack from a5df20db6d59e62a5bf94400e0cdadf4ea121396 also to glob…
h-vetinari Jun 26, 2023
34febbd
expand hack
h-vetinari Jun 26, 2023
e146c43
move option
h-vetinari Jun 26, 2023
15c510b
debug: skip tests that run extremely long when failing
h-vetinari Jun 26, 2023
fc223ad
try again with libgomp in host (previously passing...?!)
h-vetinari Jun 26, 2023
1f88ea5
add caps again
h-vetinari Jun 26, 2023
1fcc008
cap llvm-openmp everywhere
h-vetinari Jun 26, 2023
262890b
undo pins
h-vetinari Jun 26, 2023
0ff1dd7
use old libblas build (but leave rest as built)
h-vetinari Jun 26, 2023
4e1d605
suppress local libblas
h-vetinari Jun 26, 2023
75c6510
use old build number
h-vetinari Jun 26, 2023
04c5dd3
undo some debug; add other
h-vetinari Jun 26, 2023
a8a1070
use older mkl
h-vetinari Jun 26, 2023
c768f9d
the historical environment re-enactment society welcomes you
h-vetinari Jun 26, 2023
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
Prev Previous commit
Next Next commit
re-add capped host-dep on libgomp?!?!?!?!?!
  • Loading branch information
h-vetinari committed Jun 9, 2023
commit 47b2f227bcffca91860c62e07c9876428924b29e
1 change: 1 addition & 0 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,7 @@ outputs:
- llvm-openmp <14.0.5 # [linux64 and ((blas_impl == "openblas") or (blas_impl == "mkl"))]
- tbb <2021.6 # [linux64]
- libgfortran5 <12.2 # [linux64]
- libgomp <12.2 # [linux64]
- libstdcxx-ng <12.2 # [linux64]
run:
- {{ pin_subpackage("liblapack", exact=True) }} # [blas_impl != 'blis']
Expand Down