Skip to content

Commit

Permalink
Reverted to Simple build system
Browse files Browse the repository at this point in the history
Ignore-this: ca1300864eea5259a19b508f2d428d5b

darcs-hash:20090916141129-4237f-5c4d92fdcbfc8ca168088c009c6fc708db526ce1.gz
  • Loading branch information
basvandijk committed Sep 16, 2009
1 parent 3904767 commit 48d7845
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 108 deletions.
2 changes: 1 addition & 1 deletion Setup.hs
Expand Up @@ -3,4 +3,4 @@
import Distribution.Simple

main :: IO ()
main = defaultMainWithHooks autoconfUserHooks
main = defaultMain
14 changes: 7 additions & 7 deletions bindings-levmar.cabal
@@ -1,7 +1,7 @@
name: bindings-levmar
version: 0.1.1
version: 0.1.1.1
cabal-version: >= 1.6
build-type: Custom
build-type: Simple
stability: experimental
tested-with: GHC ==6.10.4
author: Roel van Dijk & Bas van Dijk
Expand Down Expand Up @@ -44,9 +44,6 @@ description: The Levenberg-Marquardt algorithm is an iterative
program can only by distributed under the terms of the
GPL.

extra-source-files: configure configure.hs
extra-tmp-files: bindings-levmar.buildinfo

extra-source-files: LICENSE
, levmar-2.4/LICENSE
, levmar-2.4/*.h
Expand Down Expand Up @@ -90,10 +87,13 @@ library
levmar-2.4/misc.c

if flag(mkl)
extra-libraries: mkl_lapack mkl_sequential mkl_core
if arch(x86_64)
extra-libraries: mkl_lapack mkl_intel_lp64 mkl_sequential mkl_core
extra-libraries: mkl_intel_lp64
else
extra-libraries: mkl_lapack mkl_intel mkl_sequential mkl_core
extra-libraries: mkl_intel
else
extra-libraries: lapack

if flag(accelerate)
frameworks: Accelerate
3 changes: 0 additions & 3 deletions configure

This file was deleted.

90 changes: 0 additions & 90 deletions configure.hs

This file was deleted.

7 changes: 0 additions & 7 deletions levmar_lapack_test.c

This file was deleted.

0 comments on commit 48d7845

Please sign in to comment.