We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3695826 commit 535c0c7Copy full SHA for 535c0c7
Python/Makefile
@@ -188,7 +188,8 @@ make_runLibDepsConsfigureScripts:
188
CC="$(CC)" CCLD="$(LD)" CXX="$(CXX)" CXXLD="$(LD)" \
189
/bin/bash ./configure --enable-static --disable-shared --with-pic --enable-cxx \
190
--disable-assembly gmp_cv_asm_underscore=yes
191
- @cd $(LIBGOMPDIR) && rm -f ./shtool && cp -Rp libtool-dist libtool && \
+ @cd $(LIBGOMPDIR) && rm -f ./shtool && \
192
+ touch libtool-dist && cp -Rp libtool-dist libtool && \
193
CC="$(CC_LIBGOMP)" \
194
FC="$(GFORTRAN)" \
195
CFLAGS="$(CFLAGS_LIBGOMP)" \
0 commit comments