mirror of
https://github.com/triqs/dft_tools
synced 2025-01-05 10:59:34 +01:00
[cpack] Switch to autogenerated shlib and deps
This commit is contained in:
parent
2cd1a9384f
commit
7c8f5569ca
@ -71,6 +71,8 @@ if(BUILD_DEBIAN_PACKAGE)
|
|||||||
SET(CPACK_PACKAGE_VERSION ${APP4TRIQS_VERSION})
|
SET(CPACK_PACKAGE_VERSION ${APP4TRIQS_VERSION})
|
||||||
SET(CPACK_PACKAGE_CONTACT "https://github.com/TRIQS/app4triqs")
|
SET(CPACK_PACKAGE_CONTACT "https://github.com/TRIQS/app4triqs")
|
||||||
EXECUTE_PROCESS(COMMAND dpkg --print-architecture OUTPUT_VARIABLE CMAKE_DEBIAN_PACKAGE_ARCHITECTURE OUTPUT_STRIP_TRAILING_WHITESPACE)
|
EXECUTE_PROCESS(COMMAND dpkg --print-architecture OUTPUT_VARIABLE CMAKE_DEBIAN_PACKAGE_ARCHITECTURE OUTPUT_STRIP_TRAILING_WHITESPACE)
|
||||||
SET(CPACK_DEBIAN_PACKAGE_DEPENDS "libc6 (>= 2.23), libgcc1 (>= 1:6), libstdc++6, python, libpython2.7, libopenmpi1.10, libhdf5-10, libgmp10, libfftw3-double3, libibverbs1, libgfortran3, zlib1g, libsz2, libhwloc5, libquadmath0, libaec0, libnuma1, libltdl7, libblas3, liblapack3, python-numpy, python-h5py, python-jinja2, python-mako, python-mpi4py, python-matplotlib, python-scipy, cpp2py (>= 1.5), triqs (>= 1.5)")
|
SET(CPACK_DEBIAN_PACKAGE_DEPENDS "python, python-numpy, python-h5py, python-jinja2, python-mako, python-mpi4py, python-matplotlib, python-scipy, cpp2py (>= 1.5), triqs (>= 2.0)")
|
||||||
|
SET(CPACK_DEBIAN_PACKAGE_SHLIBDEPS ON)
|
||||||
|
SET(CPACK_DEBIAN_PACKAGE_GENERATE_SHLIBS ON)
|
||||||
INCLUDE(CPack)
|
INCLUDE(CPack)
|
||||||
endif()
|
endif()
|
||||||
|
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -41,8 +41,8 @@ for (int i = 0; i < dockerPlatforms.size(); i++) {
|
|||||||
if (!publish || platform != documentationPlatform) {
|
if (!publish || platform != documentationPlatform) {
|
||||||
/* but we don't need the tag so clean it up (except for documentation) */
|
/* but we don't need the tag so clean it up (except for documentation) */
|
||||||
sh "docker rmi --no-prune ${img.imageName()}"
|
sh "docker rmi --no-prune ${img.imageName()}"
|
||||||
}
|
}
|
||||||
} }
|
} }
|
||||||
} }
|
} }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user