diff options
author | Dennis E. Mungai | 2016-02-29 17:25:45 +0300 |
---|---|---|
committer | Dennis E. Mungai | 2016-02-29 17:25:45 +0300 |
commit | 660b3f26943f22a4d816314738ed0b9c8d595299 (patch) | |
tree | d4e04dde8b648d8633b73c7347a779fdbd87088a /gn/packages | |
parent | 96ed86cf39e2e973e46edce2c1cb7edce1a2c997 (diff) | |
download | guix-bioinformatics-660b3f26943f22a4d816314738ed0b9c8d595299.tar.gz |
Removed obsolete reference to gcc
Not needed as an input, deprecated.
Diffstat (limited to 'gn/packages')
-rw-r--r-- | gn/packages/arrayfire.scm | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gn/packages/arrayfire.scm b/gn/packages/arrayfire.scm index 1a1c9a0..23ff0af 100644 --- a/gn/packages/arrayfire.scm +++ b/gn/packages/arrayfire.scm @@ -38,7 +38,6 @@ #:use-module (gnu packages web) #:use-module (gnu packages databases) #:use-module (gnu packages ldc) - #:use-module (gnu packages gcc) #:use-module (gnu packages python) #:use-module (gnu packages xorg) #:use-module (gnu packages version-control) @@ -86,7 +85,6 @@ ("glu" ,glu) ("openblas" ,openblas) ("git" ,git) - ("gcc" ,gcc) ("cmake" ,cmake))) (build-system cmake-build-system) (arguments |