Skip to content
Snippets Groups Projects
Commit eb12eca3 authored by Sebastian Achilles's avatar Sebastian Achilles
Browse files

Merge branch 'colmap' into '2022'

Colmap (fix cuda-archs)

See merge request hps-public/easybuild-repository!1233
parents efa0f602 9421cd29
No related branches found
No related tags found
No related merge requests found
...@@ -36,7 +36,9 @@ dependencies = [ ...@@ -36,7 +36,9 @@ dependencies = [
] ]
configopts = "-DBUILD_TESTING=OFF -DBUILD_EXAMPLES=OFF " configopts = "-DBUILD_TESTING=OFF -DBUILD_EXAMPLES=OFF "
configopts += "-DCUDA_ENABLED=ON -DCUDA_NVCC_FLAGS='--std c++14'" configopts += "-DCUDA_ENABLED=ON "
configopts += "-DCUDA_ARCHS='%(cuda_cc_space_sep)s' "
configopts += "-DCUDA_NVCC_FLAGS='--std c++14' "
sanity_check_paths = { sanity_check_paths = {
'files': ['bin/colmap', 'lib/colmap/libcolmap.a'], 'files': ['bin/colmap', 'lib/colmap/libcolmap.a'],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment