Skip to content
Snippets Groups Projects
Commit 4730c5a7 authored by Jens Henrik Goebbert's avatar Jens Henrik Goebbert
Browse files

unpatch buggy-patch

parent 7dfb6e55
Branches
Tags
No related merge requests found
...@@ -14,6 +14,7 @@ toolchainopts = {'cstd': 'c++14'} ...@@ -14,6 +14,7 @@ toolchainopts = {'cstd': 'c++14'}
github_account = 'colmap' github_account = 'colmap'
source_urls = [GITHUB_SOURCE] source_urls = [GITHUB_SOURCE]
sources = ['%(version)s.tar.gz'] sources = ['%(version)s.tar.gz']
patches = ['unpatch-5695733.patch']
checksums = ['02288f8f61692fe38049d65608ed832b31246e7792692376afb712fa4cef8775'] checksums = ['02288f8f61692fe38049d65608ed832b31246e7792692376afb712fa4cef8775']
builddependencies = [ builddependencies = [
...@@ -35,12 +36,12 @@ dependencies = [ ...@@ -35,12 +36,12 @@ dependencies = [
('CUDA', '11.7', '', SYSTEM), ('CUDA', '11.7', '', SYSTEM),
('OpenGL', '2022a'), ('OpenGL', '2022a'),
('Qt5', '5.15.5'), ('Qt5', '5.15.5'),
('tbb', '2021.5.0'),
] ]
configopts = "-DBUILD_TESTING=OFF -DBUILD_EXAMPLES=OFF " configopts = "-DBUILD_TESTING=OFF "
configopts += "-DCUDA_ENABLED=ON " configopts += "-DCUDA_ENABLED=ON "
configopts += "-DCMAKE_CUDA_ARCHITECTURES=all-major " configopts += "-DCMAKE_CUDA_ARCHITECTURES=all-major "
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'],
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment