-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
support cuda 12, rerender build (#29)
* change build config * MNT: Re-rendered with conda-build 3.27.0, conda-smithy 3.29.0, and conda-forge-pinning 2023.11.18.11.24.55 * commit config * updates for cuda12 * back to tex3D * bump version * rerender * undo * comment out camcor stuff * export path * fix path * try remove find_package cuda * undo cmake changes * pin cmake * rerender * update cmake * revert * update cmake with find cudatoolkit * change lib strategy * MNT: Re-rendered with conda-build 24.5.1, conda-smithy 3.36.2, and conda-forge-pinning 2024.07.15.13.31.46 * add include * drop cuda 11.2 on windows
- Loading branch information
1 parent
e822f75
commit 21f7a80
Showing
26 changed files
with
359 additions
and
430 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
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
This file was deleted.
Oops, something went wrong.
24 changes: 11 additions & 13 deletions
24
...t/linux_64_cuda_compiler_version10.2.yaml → ...ercuda-nvcccuda_compiler_version12.0.yaml
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 |
---|---|---|
@@ -1,37 +1,35 @@ | ||
boost_cpp: | ||
- 1.78.0 | ||
c_compiler: | ||
- gcc | ||
c_compiler_version: | ||
- '7' | ||
- '10' | ||
cdt_name: | ||
- cos7 | ||
channel_sources: | ||
- conda-forge,defaults | ||
- conda-forge | ||
channel_targets: | ||
- conda-forge main | ||
cuda_compiler: | ||
- nvcc | ||
- cuda-nvcc | ||
cuda_compiler_version: | ||
- '10.2' | ||
- '12.0' | ||
cxx_compiler: | ||
- gxx | ||
cxx_compiler_version: | ||
- '7' | ||
- '10' | ||
docker_image: | ||
- quay.io/condaforge/linux-anvil-cuda:10.2 | ||
- quay.io/condaforge/linux-anvil-cos7-x86_64 | ||
fftw: | ||
- '3' | ||
libboost_devel: | ||
- '1.82' | ||
libtiff: | ||
- '4' | ||
pin_run_as_build: | ||
boost-cpp: | ||
max_pin: x.x.x | ||
- '4.6' | ||
target_platform: | ||
- linux-64 | ||
zip_keys: | ||
- - c_compiler_version | ||
- cxx_compiler_version | ||
- cuda_compiler_version | ||
- cdt_name | ||
- cuda_compiler | ||
- cuda_compiler_version | ||
- docker_image |
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
18 changes: 9 additions & 9 deletions
18
...ort/win_64_cuda_compiler_version11.0.yaml → .ci_support/win_64_.yaml
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 |
---|---|---|
@@ -1,23 +1,23 @@ | ||
boost_cpp: | ||
- 1.78.0 | ||
c_compiler: | ||
- vs2019 | ||
channel_sources: | ||
- conda-forge,defaults | ||
- conda-forge | ||
channel_targets: | ||
- conda-forge main | ||
cuda_compiler: | ||
- nvcc | ||
- cuda-nvcc | ||
cuda_compiler_version: | ||
- '11.0' | ||
- '12.0' | ||
cxx_compiler: | ||
- vs2019 | ||
fftw: | ||
- '3' | ||
libboost_devel: | ||
- '1.82' | ||
libtiff: | ||
- '4' | ||
pin_run_as_build: | ||
boost-cpp: | ||
max_pin: x.x.x | ||
- '4.6' | ||
target_platform: | ||
- win-64 | ||
zip_keys: | ||
- - cuda_compiler | ||
- cuda_compiler_version |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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
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 |
---|---|---|
|
@@ -14,3 +14,4 @@ VS/cudaDeconv.vcxproj.filters | |
|
||
build_artifacts | ||
# conda smithy ci-skeleton end | ||
cmake_build |
Oops, something went wrong.