Martin Uecker pushed to branch master at Debian Med / bart
Commits: cf3e33fb by Martin Uecker at 2020-12-19T14:57:31+01:00 remove /lib64 suffix for cuda library paths - - - - - 3 changed files: - debian/changelog - + debian/patches/0004-change-cuda-library.patch - debian/patches/series Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,9 @@ +bart (0.6.00-4) UNRELEASED; urgency=medium + + * Path to change library path for cuda. + + -- Martin Uecker <[email protected]> Sat, 19 Dec 2020 14:55:51 +0100 + bart (0.6.00-3) unstable; urgency=medium * Team upload ===================================== debian/patches/0004-change-cuda-library.patch ===================================== @@ -0,0 +1,13 @@ +diff --git a/Makefile b/Makefile +index 4edb3bf..39bc3d6 100644 +--- a/Makefile ++++ b/Makefile +@@ -306,7 +306,7 @@ CPPFLAGS += -DUSE_CUDA $(CUDA_H) + ifeq ($(BUILDTYPE), MacOSX) + CUDA_L := -L$(CUDA_BASE)/lib -lcufft -lcudart -lcublas -m64 -lstdc++ + else +-CUDA_L := -L$(CUDA_BASE)/lib64 -lcufft -lcudart -lcublas -lstdc++ -Wl,-rpath $(CUDA_BASE)/lib64 ++CUDA_L := -L$(CUDA_BASE)/lib -lcufft -lcudart -lcublas -lstdc++ -Wl,-rpath $(CUDA_BASE)/lib + endif + else + CUDA_H := ===================================== debian/patches/series ===================================== @@ -1,3 +1,4 @@ 0001-makefile-change-for-compatibility-with-debian.patch 0002-remove-empty-directory.patch 0003-deactivate-ode-unit-tests.patch +0004-change-cuda-library.patch View it on GitLab: https://salsa.debian.org/med-team/bart/-/commit/cf3e33fb5fae5d610a4d3c3e90d091d3f728f107 -- View it on GitLab: https://salsa.debian.org/med-team/bart/-/commit/cf3e33fb5fae5d610a4d3c3e90d091d3f728f107 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
