Skip to content

Commit

Permalink
Modifying Makefile to ignore errors about missing directories for bre…
Browse files Browse the repository at this point in the history
…w installs on MacOS
  • Loading branch information
maxieds committed May 13, 2022
1 parent 9bdef7d commit 3695826
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Python/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ make_runLibDepsConsfigureScripts:
CC="$(CC)" CCLD="$(LD)" CXX="$(CXX)" CXXLD="$(LD)" \
/bin/bash ./configure --enable-static --disable-shared --with-pic --enable-cxx \
--disable-assembly gmp_cv_asm_underscore=yes
@cd $(LIBGOMPDIR) && rm -f ./shtool && cp libtool-dist libtool && \
@cd $(LIBGOMPDIR) && rm -f ./shtool && cp -Rp libtool-dist libtool && \
CC="$(CC_LIBGOMP)" \
FC="$(GFORTRAN)" \
CFLAGS="$(CFLAGS_LIBGOMP)" \
Expand Down

0 comments on commit 3695826

Please sign in to comment.