Macaulay2 / M2

The primary source code repository for Macaulay2, a system for computing in commutative algebra, algebraic geometry and related fields.
https://macaulay2.com
347 stars 231 forks source link

"echo -n" doesn't work in macOS #1796

Closed mahrud closed 3 years ago

mahrud commented 3 years ago

https://github.com/Macaulay2/M2/blob/b454d9ed0def9307eef21f7cdfdccc626233d033/M2/configure.ac#L1321

Here is the result in config.log:

configure:13573: checking for fflas_ffpack library, version at least 2
configure:13576: result: found
configure:13579: adding fflas_ffpack flags -n -I/usr/local/Cellar/fflas-ffpack/2.4.3_1/include 
-n -I/usr/local/Cellar/givaro/4.1.1/include 
-n -I/usr/local/opt/gmp/include 

and in include/config.Makefile:

M2_CXXFLAGS +=  -n -I/usr/local/Cellar/fflas-ffpack/2.4.3_1/include 
-n -I/usr/local/Cellar/givaro/4.1.1/include 
-n -I/usr/local/opt/gmp/include 
mahrud commented 3 years ago

Seems to have been fixed in db9d844835eadaa73b92e367963f1e6cf6d96202, but directly on master ...