diff options
author | Alberto Ruiz <aruiz@um.es> | 2014-07-12 19:17:26 +0200 |
---|---|---|
committer | Alberto Ruiz <aruiz@um.es> | 2014-07-12 19:17:26 +0200 |
commit | e90e605787402e7e1a8d33de1a889822fc25fdc9 (patch) | |
tree | 4628ba0b6134d792c768e2ee599073335521bb9d /packages | |
parent | b16a9e8214832205537bec18a77ead03d3e05f51 (diff) |
use pkgconfig-depends in hmatrix-gsl
Diffstat (limited to 'packages')
-rw-r--r-- | packages/gsl/hmatrix-gsl.cabal | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/packages/gsl/hmatrix-gsl.cabal b/packages/gsl/hmatrix-gsl.cabal index 0cd2398..9af31ee 100644 --- a/packages/gsl/hmatrix-gsl.cabal +++ b/packages/gsl/hmatrix-gsl.cabal | |||
@@ -1,5 +1,5 @@ | |||
1 | Name: hmatrix-gsl | 1 | Name: hmatrix-gsl |
2 | Version: 0.16.0.1 | 2 | Version: 0.16.0.2 |
3 | License: GPL | 3 | License: GPL |
4 | License-file: LICENSE | 4 | License-file: LICENSE |
5 | Author: Alberto Ruiz | 5 | Author: Alberto Ruiz |
@@ -76,7 +76,8 @@ library | |||
76 | if arch(x86_64) | 76 | if arch(x86_64) |
77 | cc-options: -fPIC | 77 | cc-options: -fPIC |
78 | 78 | ||
79 | extra-libraries: gsl | 79 | pkgconfig-depends: gsl |
80 | |||
80 | 81 | ||
81 | source-repository head | 82 | source-repository head |
82 | type: git | 83 | type: git |