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
[buildout] [buildout]
extends = extends =
../gcc/buildout.cfg
../perl/buildout.cfg ../perl/buildout.cfg
parts = parts =
...@@ -31,4 +32,4 @@ make-options = ...@@ -31,4 +32,4 @@ make-options =
make-targets = make-targets =
PREFIX="@@LOCATION@@" install PREFIX="@@LOCATION@@" install
environment = 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