Mentions légales du service

Skip to content
Snippets Groups Projects
Commit ec714c25 authored by hhakim's avatar hhakim
Browse files

Fix issue #165, python3 must be used by rpmbuild (not python2).

parent af944b0d
Branches
Tags 2.3rc13
No related merge requests found
......@@ -987,7 +987,7 @@ ELSE(WIN32 AND NOT UNIX)
#it's only matters for rpm package (for example gpu_mod lib is linked to cusparse and cublas but we don't want to block install with auto-deps to libcusparse/cublas)
# so let's ignore these library as deps
set(CPACK_RPM_SPEC_MORE_DEFINE "%define __requires_exclude ^libmex[.]so.*|libmat[.]so.*|libmx[.]so.*|libpython.*[.]so.*|libcublas[.]so[.].*|libcusparse[.]so[.].*$ ")
set(CPACK_RPM_PACKAGE_REQUIRES "python >= 3")
set(CPACK_RPM_PACKAGE_RELEASE "1")
SET(CPACK_RPM_PACKAGE_LICENSE "INRIA License (faust.inria.fr)")
set(CPACK_RPM_PACKAGE_GROUP "unknown")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment