diff options
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/bioinformatics.scm | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index f7887b50d04..53778675b92 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm | |||
| @@ -15412,6 +15412,21 @@ mutations from scRNA-Seq data.") | |||
| 15412 | (install-file "libtabixpp.so" lib) | 15412 | (install-file "libtabixpp.so" lib) |
| 15413 | (install-file "libtabixpp.a" lib) | 15413 | (install-file "libtabixpp.a" lib) |
| 15414 | (install-file "tabix.hpp" (string-append out "/include")) | 15414 | (install-file "tabix.hpp" (string-append out "/include")) |
| 15415 | (mkdir-p (string-append lib "/pkgconfig")) | ||
| 15416 | (with-output-to-file (string-append lib "/pkgconfig/tabixpp.pc") | ||
| 15417 | (lambda _ | ||
| 15418 | (format #t "prefix=~a~@ | ||
| 15419 | exec_prefix=${prefix}~@ | ||
| 15420 | libdir=${exec_prefix}/lib~@ | ||
| 15421 | includedir=${prefix}/include~@ | ||
| 15422 | ~@ | ||
| 15423 | ~@ | ||
| 15424 | Name: libtabixpp~@ | ||
| 15425 | Version: ~a~@ | ||
| 15426 | Description: C++ wrapper around tabix project~@ | ||
| 15427 | Libs: -L${libdir} -ltabixpp~@ | ||
| 15428 | Cflags: -I${includedir}~%" | ||
| 15429 | out ,version))) | ||
| 15415 | #t)))))) | 15430 | #t)))))) |
| 15416 | (home-page "https://github.com/ekg/tabixpp") | 15431 | (home-page "https://github.com/ekg/tabixpp") |
| 15417 | (synopsis "C++ wrapper around tabix project") | 15432 | (synopsis "C++ wrapper around tabix project") |
