Skip to content

Commit

Permalink
edit build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
mencian committed Nov 13, 2024
1 parent 9623596 commit f1fca89
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 3 additions & 2 deletions recipes/muse/fix-install_muse.sh.patch
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
diff --git a/install_muse.sh b/install_muse.sh
index 7bc2153..b27d5a8 100755
index 7bc2153..892c45b 100755
--- a/install_muse.sh
+++ b/install_muse.sh
@@ -5,12 +5,14 @@ make clean
Expand Down Expand Up @@ -44,8 +44,9 @@ index 7bc2153..b27d5a8 100755
+git checkout 1.21
+git submodule update --init --recursive
autoreconf -i
./configure
-./configure
-make -j4
+./configure --with-libdeflate --enable-libcurl LDFLAGS='-L${PREFIX}/lib -Wl,-rpath,${PREFIX}/lib'
+make -j${CPU_COUNT}
cp libhts.a ../lib/

Expand Down
4 changes: 3 additions & 1 deletion recipes/muse/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,16 @@ requirements:
- {{ compiler('cxx') }}
- {{ compiler('c') }}
- make
- cmake
- autoconf
- automake
- libtool
host:
- llvm-openmp # [osx]
- libgomp # [linux]
- libcurl
- htslib
- libdeflate
- biobambam
- bzip2
- xz
- zlib
Expand Down

0 comments on commit f1fca89

Please sign in to comment.