Skip to content

Commit

Permalink
More Makefile updates for the MacOS brew install
Browse files Browse the repository at this point in the history
  • Loading branch information
maxieds committed May 13, 2022
1 parent 3695826 commit 535c0c7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Python/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,8 @@ 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 -Rp libtool-dist libtool && \
@cd $(LIBGOMPDIR) && rm -f ./shtool && \
touch libtool-dist && cp -Rp libtool-dist libtool && \
CC="$(CC_LIBGOMP)" \
FC="$(GFORTRAN)" \
CFLAGS="$(CFLAGS_LIBGOMP)" \
Expand Down

0 comments on commit 535c0c7

Please sign in to comment.