Skip to content

Commit

Permalink
LattE build: Add -DNTL_STD_CXX (temporary fix from sage #18887)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkoeppe committed Sep 10, 2018
1 parent 117a63b commit 38af0c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ $(LATTE_DIR)/.unpacked_latte: $(LATTE_TARGZ)
done && touch $@
endif
$(LATTE_DIR)/config.status: $(LATTE_DIR)/.unpacked_latte $(GMP_DIR)/.built_gmp $(CDDLIB_DIR)/.built_cddlib $(BUILT_LIDIA) $(NTL_DIR)/.built_ntl $(BUILT_4TI2)
( cd $(LATTE_DIR) && ./configure --with-default="$(INSTALL_DIR)" --prefix="$(INSTALL_DIR)" --enable-relocatable --disable-shared $(LATTE_SUB_CONFIGURE_ARGS))
( cd $(LATTE_DIR) && ./configure --with-default="$(INSTALL_DIR)" --prefix="$(INSTALL_DIR)" --enable-relocatable --disable-shared $(LATTE_SUB_CONFIGURE_ARGS) CXXFLAGS="$(CXXFLAGS) -DNTL_STD_CXX")
##$(CDDPLUS_DIR)/.built_cddplus # no longer needed
.built_latte: $(LATTE_DIR)/config.status $(GMP_DIR)/.built_gmp $(CDDLIB_DIR)/.built_cddlib $(BUILT_LIDIA) $(NTL_DIR)/.built_ntl $(BUILT_4TI2)
( cd $(LATTE_DIR) && $(MAKE) && $(MAKE) install ) && touch $@
Expand Down

0 comments on commit 38af0c2

Please sign in to comment.