Merge pull request #4324 from thielema/lapack

add packages related to BLAS/LAPACK bindings
This commit is contained in:
Alexey Zabelin 2019-01-24 08:53:04 -08:00 committed by GitHub
commit 4ff933cff4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -235,6 +235,7 @@ packages:
- checksum - checksum
- combinatorial - combinatorial
- comfort-graph - comfort-graph
- comfort-array
- concurrent-split - concurrent-split
- cutter - cutter
- data-accessor - data-accessor
@ -250,6 +251,7 @@ packages:
- fixed-length - fixed-length
- gnuplot - gnuplot
- group-by-date < 0 # build failure with GHC 8.4 via hsshellscript - group-by-date < 0 # build failure with GHC 8.4 via hsshellscript
- guarded-allocation
- iff - iff
- interpolation - interpolation
- jack - jack
@ -266,6 +268,7 @@ packages:
- pathtype - pathtype
- pooled-io - pooled-io
- probability - probability
- quickcheck-transformer
- sample-frame - sample-frame
- sample-frame-np - sample-frame-np
- set-cover - set-cover
@ -287,10 +290,17 @@ packages:
- prelude-compat - prelude-compat
- fft - fft
- carray - carray
- lapack-ffi-tools
- netlib-ffi - netlib-ffi
- blas-ffi - blas-ffi
- lapack-ffi - lapack-ffi
- lapack-ffi-tools - netlib-carray
- blas-carray
- lapack-carray
- netlib-comfort-array
- blas-comfort-array
- lapack-comfort-array
- hmm-lapack
# Not a maintainer # Not a maintainer
- ix-shapable - ix-shapable