diff options
author | Willem Jan Palenstijn <wjp@usecode.org> | 2020-11-05 16:59:26 +0100 |
---|---|---|
committer | Willem Jan Palenstijn <wjp@usecode.org> | 2020-11-13 12:09:13 +0100 |
commit | 74f822299c0292a77a0dfdf79a8cee4a2d4b6c1d (patch) | |
tree | f6750929c990f81a02f12660337ad4239b400d11 /python/conda/libastra | |
parent | 038d3e752e033600a9f5337eb2bed1a4681c635b (diff) | |
download | astra-74f822299c0292a77a0dfdf79a8cee4a2d4b6c1d.tar.gz astra-74f822299c0292a77a0dfdf79a8cee4a2d4b6c1d.tar.bz2 astra-74f822299c0292a77a0dfdf79a8cee4a2d4b6c1d.tar.xz astra-74f822299c0292a77a0dfdf79a8cee4a2d4b6c1d.zip |
Split conda/cuda build environment in two
Diffstat (limited to 'python/conda/libastra')
-rw-r--r-- | python/conda/libastra/linux_archive_build_config.yaml | 10 | ||||
-rw-r--r-- | python/conda/libastra/linux_build_config.yaml | 5 |
2 files changed, 10 insertions, 5 deletions
diff --git a/python/conda/libastra/linux_archive_build_config.yaml b/python/conda/libastra/linux_archive_build_config.yaml new file mode 100644 index 0000000..b415b4a --- /dev/null +++ b/python/conda/libastra/linux_archive_build_config.yaml @@ -0,0 +1,10 @@ +cudatoolkit: + - 8.0 + - 9.0 + - 9.2 + - 10.0 + - 10.1 +c_compiler_version: # [linux or win] + - 5.4 # [linux or win] +cxx_compiler_version: # [linux or win] + - 5.4 # [linux or win] diff --git a/python/conda/libastra/linux_build_config.yaml b/python/conda/libastra/linux_build_config.yaml index 49f0038..936879c 100644 --- a/python/conda/libastra/linux_build_config.yaml +++ b/python/conda/libastra/linux_build_config.yaml @@ -1,9 +1,4 @@ cudatoolkit: - - 8.0 - - 9.0 - - 9.2 - - 10.0 - - 10.1 - 10.2 - 11.0 c_compiler_version: # [linux or win] |