jakobkroeker / M2

The primary source code repository for Macaulay2
1 stars 0 forks source link

factory is unable to find NTL on linalg when --enable-build-libraries="ntl" #61

Open jakobkroeker opened 10 years ago

jakobkroeker commented 10 years ago

configure flags:

../../configure --enable-flint --enable-givaro --enable-fflas-ffpack --enable-fplll --enable-ntl --enable-download --enable-build-libraries=mpir fplll ntl --enable-debug --enable-memdebug CFLAGS= LDFLAGS= -L/usr/local/lib64 -L/usr/lo
cal/lib CPPFLAGS= -I/usr/local/include CXXFLAGS= --no-create --no-recursion
mikestillman commented 10 years ago

On linalg branch, --enable-flint is no longer needed/correct. Is this from the latest linalg at mikestillman/M2?

jakobkroeker commented 10 years ago

On linalg branch, --enable-flint is no longer needed/correct.

that is correct. I just did not update the configure flags.

jakobkroeker commented 10 years ago

factory is unable to find NTL on linalg branch on my computer at work

a merge with 'master' fixes the issue (why ?). Maybe also a configure caching problem?