Skip to content

Commit

Permalink
Disable stuff we don't need
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Booher authored Sep 24, 2021
1 parent e1c50c0 commit ca375ed
Showing 1 changed file with 15 additions and 4 deletions.
19 changes: 15 additions & 4 deletions macos/bundle_macos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,22 @@ pushd ViennaRNA-2.4.18
mkdir target
#export ac_cv_func_realloc_0_nonnull=yes
#export ac_cv_func_malloc_0_nonnull=yes
CONFIGURE_OPTIONS=" --without-swig \
--without-doc \
CONFIGURE_OPTIONS=" --without-doc \
--without-python \
--without-python3 \
--without-check \
--without-cluster \
--without-forester \
--with-cluster \
--with-kinwalker \
--without-json \
--without-svm \
--disable-unittests \
--without-kinwalker \
--without-tutorial \
--without-tutorial-pdf \
--without-rnalocmin \
--without-gsl \
--without-swig \
--without-perl \
--disable-mpfr \
--disable-pthreads \
--disable-tty-colors \
Expand Down

0 comments on commit ca375ed

Please sign in to comment.