gnu: ncbi-vdb: Override search path for java-ngs.
* gnu/packages/bioinformatics.scm (ncbi-vdb)[arguments]: Patch "package.prl" to ensure that java-ngs is found by the configure script; remove configure flag "--with-ngs-java-prefix".master
parent
701111989e
commit
558e23074e
|
@ -4483,6 +4483,11 @@ simultaneously.")
|
|||
(("CFLAGS =" prefix)
|
||||
(string-append prefix "-msse2 ")))
|
||||
|
||||
;; Override search path for ngs-java
|
||||
(substitute* "setup/package.prl"
|
||||
(("/usr/local/ngs/ngs-java")
|
||||
(assoc-ref inputs "java-ngs")))
|
||||
|
||||
;; The 'configure' script doesn't recognize things like
|
||||
;; '--enable-fast-install'.
|
||||
(zero? (system*
|
||||
|
@ -4494,8 +4499,6 @@ simultaneously.")
|
|||
(assoc-ref inputs "libxml2"))
|
||||
(string-append "--with-ngs-sdk-prefix="
|
||||
(assoc-ref inputs "ngs-sdk"))
|
||||
(string-append "--with-ngs-java-prefix="
|
||||
(assoc-ref inputs "java-ngs"))
|
||||
(string-append "--with-hdf5-prefix="
|
||||
(assoc-ref inputs "hdf5")))))))
|
||||
(add-after 'install 'install-interfaces
|
||||
|
|
Reference in New Issue