diff options
author | Willem Jan Palenstijn <wjp@usecode.org> | 2021-07-01 00:14:18 +0200 |
---|---|---|
committer | Willem Jan Palenstijn <wjp@usecode.org> | 2021-07-01 00:14:18 +0200 |
commit | d79ea50cc33cd67650c044365f8dcba21e01072b (patch) | |
tree | 935a920da98c3184f5f571397bbfe896ae77f1f5 /python/conda/libastra | |
parent | 3986e7e7cf9c0fb4d6180ce4695f46aa687c9471 (diff) | |
download | astra-d79ea50cc33cd67650c044365f8dcba21e01072b.tar.gz astra-d79ea50cc33cd67650c044365f8dcba21e01072b.tar.bz2 astra-d79ea50cc33cd67650c044365f8dcba21e01072b.tar.xz astra-d79ea50cc33cd67650c044365f8dcba21e01072b.zip |
Update conda packages to python 3.9, cuda 11.1
Since cudatoolkit=11.1 isn't in the main anaconda channel (yet?), the nvidia conda channel is used.
Diffstat (limited to 'python/conda/libastra')
-rw-r--r-- | python/conda/libastra/linux_archive_build_config.yaml | 1 | ||||
-rw-r--r-- | python/conda/libastra/linux_build_config.yaml | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/python/conda/libastra/linux_archive_build_config.yaml b/python/conda/libastra/linux_archive_build_config.yaml index b415b4a..347557b 100644 --- a/python/conda/libastra/linux_archive_build_config.yaml +++ b/python/conda/libastra/linux_archive_build_config.yaml @@ -4,6 +4,7 @@ cudatoolkit: - 9.2 - 10.0 - 10.1 + - 10.2 c_compiler_version: # [linux or win] - 5.4 # [linux or win] cxx_compiler_version: # [linux or win] diff --git a/python/conda/libastra/linux_build_config.yaml b/python/conda/libastra/linux_build_config.yaml index 936879c..ab26115 100644 --- a/python/conda/libastra/linux_build_config.yaml +++ b/python/conda/libastra/linux_build_config.yaml @@ -1,6 +1,6 @@ cudatoolkit: - - 10.2 - 11.0 + - 11.1 c_compiler_version: # [linux or win] - 5.4 # [linux or win] cxx_compiler_version: # [linux or win] |