connot build Sage on opensuse

asked 2 years ago

tr0uble gravatar image

updated 2 years ago

slelievre gravatar image

After type make I get

Error building Sage.

The following package(s) may have failed to build (not necessarily
during this run of 'make all-start'):

* package:         openblas-0.3.20
  last build time: Feb 15 11:07
  log file:        /home/tr0uble/sage/sage-9.7/logs/pkgs/openblas-0.3.20.log
  build directory: /home/tr0uble/sage/sage-9.7/local/var/tmp/sage/build/openblas-0.3.20
Preview: (hide)

Comments

1

This sage-support thread seems relevant...

HTH,

Emmanuel Charpentier gravatar imageEmmanuel Charpentier ( 2 years ago )
1

In particular, install the system's openblas-devel package, then run make distclean && ./configure and read the output — see if it wants you to install anything else. Then try make again.

John Palmieri gravatar imageJohn Palmieri ( 2 years ago )