Skip to content

Commit

Permalink
build: add missin FPLLL_LIBRARY
Browse files Browse the repository at this point in the history
  • Loading branch information
rot256 committed Feb 16, 2025
1 parent cfb269e commit 5920b96
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,8 @@ flatter-linux: $(LIBS)/fplll $(LIBS)/gmp $(LIBS)/mpfr $(LIBS)/omp $(LIBS)/openbl
-DMPFR_INCLUDES="$(LIBS_PATH)/mpfr/include" \
-DFPLLL_LIBRARIES="$(LIBS_PATH)/fplll/lib/libfplll.a" \
-DFPLLL_INCLUDE_DIR="$(LIBS_PATH)/fplll/include" \
-DFPLLL_LIBRARY="$(LIBS_PATH)/fplll/lib/libfplll.a" \
-DFPLLL_INCLUDE_DIRS="$(LIBS_PATH)/fplll/include" \
-DCMAKE_CXX_STANDARD_LIBRARIES="-static-libgcc -static-libstdc++" \
-DBLAS_ROOT=$(LIBS_PATH)/openblas \
-DLAPACK_ROOT=$(LIBS_PATH)/openblas \
Expand Down

0 comments on commit 5920b96

Please sign in to comment.