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
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		| 
						 | 
					@ -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
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue