Commit 9e769522 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

component/openblas: use default SlapOS gcc.

otherwise we can have "gfortran: not found" error.
parent 5fb51988
Pipeline #33897 failed with stage
in 0 seconds
[buildout]
extends =
../gcc/buildout.cfg
../perl/buildout.cfg
parts =
......@@ -31,4 +32,4 @@ make-options =
make-targets =
PREFIX="@@LOCATION@@" install
environment =
PATH=${perl:location}/bin:%(PATH)s
PATH=${gcc:prefix}/bin:${perl:location}/bin:%(PATH)s
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment