-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Disable to work-around ADIOS 2.6.0 self-referenced dylib issue with Spack. on macOS.
- Loading branch information
Showing
2 changed files
with
29 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,22 +18,22 @@ packages: | |
[email protected]%[email protected] arch=darwin-mojave-x86_64: /usr | ||
buildable: False | ||
cmake: | ||
version: [3.17.0] | ||
version: [3.12.0] | ||
paths: | ||
cmake@3.17.0%[email protected] arch=linux-ubuntu14-x86_64: /home/travis/.cache/cmake-3.17.0 | ||
cmake@3.17.0%[email protected] arch=linux-ubuntu14-x86_64: /home/travis/.cache/cmake-3.17.0 | ||
cmake@3.17.0%[email protected] arch=linux-ubuntu14-x86_64: /home/travis/.cache/cmake-3.17.0 | ||
cmake@3.17.0%[email protected] arch=linux-ubuntu14-x86_64: /home/travis/.cache/cmake-3.17.0 | ||
cmake@3.17.0%[email protected] arch=linux-ubuntu16-x86_64: /home/travis/.cache/cmake-3.17.0 | ||
cmake@3.17.0%[email protected] arch=linux-ubuntu18-x86_64: /home/travis/.cache/cmake-3.17.0 | ||
cmake@3.17.0%[email protected] arch=linux-ubuntu16-x86_64: /home/travis/.cache/cmake-3.17.0 | ||
cmake@3.17.0%[email protected] arch=linux-ubuntu16-x86_64: /home/travis/.cache/cmake-3.17.0 | ||
cmake@3.17.0%[email protected] arch=linux-ubuntu16-x86_64: /home/travis/.cache/cmake-3.17.0 | ||
cmake@3.17.0%[email protected] arch=linux-ubuntu18-x86_64: /home/travis/.cache/cmake-3.17.0 | ||
cmake@3.17.0%[email protected] arch=linux-ubuntu18-x86_64: /home/travis/.cache/cmake-3.17.0 | ||
cmake@3.17.0%[email protected] arch=darwin-highsierra-x86_64: /Applications/CMake.app/Contents/ | ||
cmake@3.17.0%[email protected] arch=darwin-highsierra-x86_64: /Applications/CMake.app/Contents/ | ||
cmake@3.17.0%[email protected] arch=darwin-mojave-x86_64: /Applications/CMake.app/Contents/ | ||
cmake@3.12.0%[email protected] arch=linux-ubuntu14-x86_64: /home/travis/.cache/cmake-3.12.0 | ||
cmake@3.12.0%[email protected] arch=linux-ubuntu14-x86_64: /home/travis/.cache/cmake-3.12.0 | ||
cmake@3.12.0%[email protected] arch=linux-ubuntu14-x86_64: /home/travis/.cache/cmake-3.12.0 | ||
cmake@3.12.0%[email protected] arch=linux-ubuntu14-x86_64: /home/travis/.cache/cmake-3.12.0 | ||
cmake@3.12.0%[email protected] arch=linux-ubuntu16-x86_64: /home/travis/.cache/cmake-3.12.0 | ||
cmake@3.12.0%[email protected] arch=linux-ubuntu18-x86_64: /home/travis/.cache/cmake-3.12.0 | ||
cmake@3.12.0%[email protected] arch=linux-ubuntu16-x86_64: /home/travis/.cache/cmake-3.12.0 | ||
cmake@3.12.0%[email protected] arch=linux-ubuntu16-x86_64: /home/travis/.cache/cmake-3.12.0 | ||
cmake@3.12.0%[email protected] arch=linux-ubuntu16-x86_64: /home/travis/.cache/cmake-3.12.0 | ||
cmake@3.12.0%[email protected] arch=linux-ubuntu18-x86_64: /home/travis/.cache/cmake-3.12.0 | ||
cmake@3.12.0%[email protected] arch=linux-ubuntu18-x86_64: /home/travis/.cache/cmake-3.12.0 | ||
cmake@3.12.0%[email protected] arch=darwin-highsierra-x86_64: /Applications/CMake.app/Contents/ | ||
cmake@3.12.0%[email protected] arch=darwin-highsierra-x86_64: /Applications/CMake.app/Contents/ | ||
cmake@3.12.0%[email protected] arch=darwin-mojave-x86_64: /Applications/CMake.app/Contents/ | ||
buildable: False | ||
openmpi: | ||
version: [1.6.5, 1.10.2, 2.1.1] | ||
|
@@ -58,7 +58,10 @@ packages: | |
adios: | ||
variants: ~zfp ~sz ~lz4 ~blosc | ||
adios2: | ||
variants: ~zfp ~sz ~png ~dataman ~python ~fortran ~ssc | ||
variants: ~zfp ~sz ~png ~dataman ~python ~fortran ~ssc ~shared | ||
# ~shared is a work-around macOS dylib rpath issue for ADIOS2 | ||
# https://github.com/ornladios/ADIOS2/issues/2316 | ||
# https://spack.readthedocs.io/en/latest/config_yaml.html | ||
python: | ||
version: [3.5.5, 3.6.3, 3.7.1, 3.7.2, 3.8.0] | ||
paths: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters