gnu: shogun: Build with install RPATH.

* gnu/packages/bioinformatics.scm (shogun)[arguments]: Add configure flag to
  build with install RPATH.
master
Ricardo Wurmus 2015-07-04 17:53:36 +02:00
parent e4fef9df27
commit 151714ca8c
1 changed files with 2 additions and 1 deletions

View File

@ -2346,7 +2346,8 @@ against local background noises.")
(lambda _ (setenv "HOME" "/tmp") #t)
%standard-phases))))
#: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
;;"-DRubyModular=ON" ;requires unpackaged ruby-narray
;;"-DPerlModular=ON" ;"FindPerlLibs" does not exist