gnu: shogun: Build with install RPATH.
* gnu/packages/bioinformatics.scm (shogun)[arguments]: Add configure flag to build with install RPATH.
This commit is contained in:
parent
e4fef9df27
commit
151714ca8c
|
@ -2346,7 +2346,8 @@ against local background noises.")
|
||||||
(lambda _ (setenv "HOME" "/tmp") #t)
|
(lambda _ (setenv "HOME" "/tmp") #t)
|
||||||
%standard-phases))))
|
%standard-phases))))
|
||||||
#:configure-flags
|
#:configure-flags
|
||||||
(list "-DUSE_SVMLIGHT=OFF" ;disable proprietary SVMLIGHT
|
(list "-DCMAKE_BUILD_WITH_INSTALL_RPATH=TRUE"
|
||||||
|
"-DUSE_SVMLIGHT=OFF" ;disable proprietary SVMLIGHT
|
||||||
;;"-DJavaModular=ON" ;requires unpackaged jblas
|
;;"-DJavaModular=ON" ;requires unpackaged jblas
|
||||||
;;"-DRubyModular=ON" ;requires unpackaged ruby-narray
|
;;"-DRubyModular=ON" ;requires unpackaged ruby-narray
|
||||||
;;"-DPerlModular=ON" ;"FindPerlLibs" does not exist
|
;;"-DPerlModular=ON" ;"FindPerlLibs" does not exist
|
||||||
|
|
Loading…
Reference in New Issue