From cb09d0e99ae4f10cd2b3f3ac667df83946a9744d Mon Sep 17 00:00:00 2001 From: Dominic Steinitz Date: Sun, 30 Jun 2019 08:58:16 +0100 Subject: Remove sundials as it has its own repo now. Fix * https://github.com/haskell-numerics/hmatrix/issues/304 * https://github.com/haskell-numerics/hmatrix/issues/302 * https://github.com/haskell-numerics/hmatrix/issues/290 --- packages/sundials/hmatrix-sundials.cabal | 61 -------------------------------- 1 file changed, 61 deletions(-) delete mode 100644 packages/sundials/hmatrix-sundials.cabal (limited to 'packages/sundials/hmatrix-sundials.cabal') diff --git a/packages/sundials/hmatrix-sundials.cabal b/packages/sundials/hmatrix-sundials.cabal deleted file mode 100644 index cd2be4e..0000000 --- a/packages/sundials/hmatrix-sundials.cabal +++ /dev/null @@ -1,61 +0,0 @@ -name: hmatrix-sundials -version: 0.19.0.0 -synopsis: hmatrix interface to sundials -description: An interface to the solving suite SUNDIALS. Currently, it - mimics the solving interface in hmstrix-gsl but - provides more diagnostic information and the - Butcher Tableaux (for Runge-Kutta methods). -homepage: https://github.com/idontgetoutmuch/hmatrix/tree/sundials -license: BSD3 -license-file: LICENSE -author: Dominic Steinitz -maintainer: dominic@steinitz.org -copyright: Dominic Steinitz 2018, Novadiscovery 2018 -category: Math -build-type: Simple -extra-source-files: ChangeLog.md, README.md, diagrams/*.png -extra-doc-files: diagrams/*.png -cabal-version: >=1.18 - - -library - build-depends: base >=4.10 && <4.11, - inline-c >=0.6 && <0.7, - vector >=0.12 && <0.13, - template-haskell >=2.12 && <2.13, - containers >=0.5 && <0.6, - hmatrix>=0.18 - extra-libraries: sundials_arkode, - sundials_cvode - other-extensions: QuasiQuotes - hs-source-dirs: src - exposed-modules: Numeric.Sundials.ODEOpts, - Numeric.Sundials.ARKode.ODE, - Numeric.Sundials.CVode.ODE - other-modules: Numeric.Sundials.Arkode - c-sources: src/helpers.c src/helpers.h - default-language: Haskell2010 - -test-suite hmatrix-sundials-testsuite - type: exitcode-stdio-1.0 - main-is: Main.hs - other-modules: Numeric.Sundials.ODEOpts, - Numeric.Sundials.ARKode.ODE, - Numeric.Sundials.CVode.ODE, - Numeric.Sundials.Arkode - build-depends: base >=4.10 && <4.11, - inline-c >=0.6 && <0.7, - vector >=0.12 && <0.13, - template-haskell >=2.12 && <2.13, - containers >=0.5 && <0.6, - hmatrix>=0.18, - plots, - diagrams-lib, - diagrams-rasterific, - lens, - hspec - hs-source-dirs: src - extra-libraries: sundials_arkode, - sundials_cvode - c-sources: src/helpers.c src/helpers.h - default-language: Haskell2010 -- cgit v1.2.3