diff options
author | Erik Schnetter <schnetter@gmail.com> | 2016-04-08 14:31:40 -0400 |
---|---|---|
committer | Erik Schnetter <schnetter@gmail.com> | 2016-04-08 14:31:40 -0400 |
commit | f461b9972265df09e8ff9ac5c99a3f3d96783883 (patch) | |
tree | 54afb323a7fe955ab954e075ea03b79518443483 /var | |
parent | a87ae5173f5e30aa9d8b3360e67dbc17568342f5 (diff) | |
download | spack-f461b9972265df09e8ff9ac5c99a3f3d96783883.tar.gz spack-f461b9972265df09e8ff9ac5c99a3f3d96783883.tar.bz2 spack-f461b9972265df09e8ff9ac5c99a3f3d96783883.tar.xz spack-f461b9972265df09e8ff9ac5c99a3f3d96783883.zip |
Building OpenBLAS requires recent binutils
Diffstat (limited to 'var')
-rw-r--r-- | var/spack/repos/builtin/packages/julia/package.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/julia/package.py b/var/spack/repos/builtin/packages/julia/package.py index b3a523bc45..75d13fda8f 100644 --- a/var/spack/repos/builtin/packages/julia/package.py +++ b/var/spack/repos/builtin/packages/julia/package.py @@ -20,6 +20,7 @@ class Julia(Package): # depends_on("pkg-config") # Combined build-time and run-time dependencies: + depends_on("binutils") depends_on("cmake @2.8:") depends_on("git") depends_on("openssl") |