Skip to content

Commit

Permalink
Update config.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
cancan101 committed Mar 13, 2018
1 parent 45a4bd4 commit ff615a6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions config.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
function pre_build {
set -eu
set -e
echo "Starting pre-build"

# Any stuff that you need to do before you start building the wheels
Expand Down Expand Up @@ -40,8 +40,6 @@ function pre_build {
--with-pic --enable-shared --enable-threads --disable-fortran \
--enable-long-double
# eval cd tests && make check-local && cd -

set +eu

# Taken from: https://github.com/conda-forge/pyfftw-feedstock/blob/master/recipe/build.sh
export C_INCLUDE_PATH=$BUILD_PREFIX/include # required as fftw3.h installed here
Expand Down

0 comments on commit ff615a6

Please sign in to comment.