Skip to content
This repository has been archived by the owner on Nov 7, 2024. It is now read-only.

Commit

Permalink
Revert "LattE build: Add -DNTL_STD_CXX (temporary fix from sage #18887)"
Browse files Browse the repository at this point in the history
This reverts commit 38af0c2.
  • Loading branch information
mkoeppe committed Sep 11, 2018
1 parent 878bff6 commit c2f8e73
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) CXXFLAGS="$(CXXFLAGS) -DNTL_STD_CXX")
( cd $(LATTE_DIR) && ./configure --with-default="$(INSTALL_DIR)" --prefix="$(INSTALL_DIR)" --enable-relocatable --disable-shared $(LATTE_SUB_CONFIGURE_ARGS))
##$(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 c2f8e73

Please # to comment.