Skip to content

Commit

Permalink
use libgit, libssh and libcurl shipped by Julia
Browse files Browse the repository at this point in the history
Also removes some likely to be outdated dependencies. This is based on
 conda-forge#111 and likely to still fail, but I could not find the logs for that
PR anymore. Also, would it be possible to run the entire testsuite
(should take ~1h with multiple threads), since that is also likely to
catch any issues with third-party dependencies?
  • Loading branch information
simeonschaub committed Jul 19, 2021
1 parent 73fcdd8 commit ac7a039
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
7 changes: 3 additions & 4 deletions recipe/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,11 @@ make -j 4 prefix=${PREFIX} MARCH=core2 sysconfigdir=${PREFIX}/etc NO_GIT=1 \
LIBBLAS=-lblas LIBBLASNAME=libblas LIBLAPACK=-llapack LIBLAPACKNAME=liblapack \
USE_SYSTEM_ARPACK=1 \
USE_SYSTEM_BLAS=1 \
USE_SYSTEM_CURL=1 \
USE_SYSTEM_FFTW=1 \
USE_SYSTEM_CURL=0 \
USE_SYSTEM_GMP=1 \
USE_SYSTEM_LAPACK=1 \
USE_SYSTEM_LIBGIT2=1 \
USE_SYSTEM_LIBSSH2=1 \
USE_SYSTEM_LIBGIT2=0 \
USE_SYSTEM_LIBSSH2=0 \
USE_SYSTEM_LLVM=0 \
USE_SYSTEM_MPFR=1 \
USE_SYSTEM_OPENLIBM=1 \
Expand Down
6 changes: 1 addition & 5 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,8 @@ build:

requirements:
build:
- cmake-binary
- perl
- python 2.7.*
- python 3.*
- {{ compiler('fortran') }}
- {{ compiler('c') }}
- {{ compiler('cxx') }}
Expand All @@ -32,7 +31,6 @@ requirements:
- zlib
- openlibm 0.5.4
- openspecfun 0.5.3
- fftw
- gmp
- mpfr
- curl
Expand All @@ -46,14 +44,12 @@ requirements:
- zlib
- {{ pin_compatible("libgit2", max_pin="x.x") }}
- libosxunwind # [osx]
- fftw
- gmp
- mpfr
- openlibm 0.5.4
- openspecfun 0.5.3
- arpack
- suitesparse
- curl
- pcre2 10.36

test:
Expand Down

0 comments on commit ac7a039

Please sign in to comment.