[med-svn] [Git][med-team/obitools][master] fix RUNPATH?
Michael R. Crusoe (@crusoe)
gitlab at salsa.debian.org
Wed Nov 20 19:20:08 GMT 2024
Michael R. Crusoe pushed to branch master at Debian Med / obitools
Commits:
e86c1517 by Michael R. Crusoe at 2024-11-20T20:19:55+01:00
fix RUNPATH?
- - - - -
2 changed files:
- + debian/patches/cmake_debian_options
- debian/patches/series
Changes:
=====================================
debian/patches/cmake_debian_options
=====================================
@@ -0,0 +1,11 @@
+--- obitools.orig/setup.py
++++ obitools/setup.py
+@@ -60,7 +60,7 @@
+ os.chdir("build/cobject")
+ install_clibdir_option="-DPYTHONLIB:STRING='%s'" % self.clib_dir
+ log.info("Run CMake")
+- subprocess.call(['cmake', install_clibdir_option, '../../src'])
++ subprocess.call(['cmake', install_clibdir_option, "-DCMAKE_BUILD_TYPE=None", "-DCMAKE_EXPORT_NO_PACKAGE_REGISTRY=ON", "-DCMAKE_FIND_USE_PACKAGE_REGISTRY=OFF", "-DCMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY=ON", "-DFETCHCONTENT_FULLY_DISCONNECTED=ON", "-GUnix Makefiles", "-DCMAKE_VERBOSE_MAKEFILE=ON", '../../src'])
+ log.info("Compile the shared C library")
+ subprocess.call(['make','install']) # temporary fix but should be in src
+ os.chdir(oldwd)
=====================================
debian/patches/series
=====================================
@@ -1,2 +1,3 @@
+cmake_debian_options
no_cython_in_binary_package.patch
any_arch
View it on GitLab: https://salsa.debian.org/med-team/obitools/-/commit/e86c15174b4088809a4c6e854a8ae8610b5f5cde
--
View it on GitLab: https://salsa.debian.org/med-team/obitools/-/commit/e86c15174b4088809a4c6e854a8ae8610b5f5cde
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20241120/86c7fe90/attachment.htm>
More information about the debian-med-commit
mailing list