You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OS is Ubuntu 24.04. After running make and passing all the tests make install failed with this error
/usr/bin/ld: warning: /tmp/ccQ0lePk.o: missing .note.GNU-stack section implies executable stack
/usr/bin/ld: NOTE: This behaviour is deprecated and will be removed in a future version of the linker
make -f Makefile.install install
make[1]: Entering directory '/home/mb/src/OpenBLAS-0.3.29'
Makefile.install:318: *** missing separator. Stop.
make[1]: Leaving directory '/home/mb/src/OpenBLAS-0.3.29'
make: *** [Makefile:427: install] Error 2
OpenBLAS 0.3.28 did install with no problem. I checked Makefile.install in both versions and they appear to be very different.
The text was updated successfully, but these errors were encountered:
looks like the indentation (a single TAB character) before the @install in lines 318 and 319 of Makefile.install got dropped somehow, sorry.
(no idea how, that part was not changed lately as far as I remember, also my local install tests must have worked or I wouldn't have been able to provide the Windows binaries. curious...)
OS is Ubuntu 24.04. After running make and passing all the tests make install failed with this error
OpenBLAS 0.3.28 did install with no problem. I checked Makefile.install in both versions and they appear to be very different.
The text was updated successfully, but these errors were encountered: