aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Update GSL to 1.16HEADmastereschnett2013-07-25
| | | | git-svn-id: http://svn.cactuscode.org/projects/ExternalLibraries/GSL/trunk@41 9e23cc15-e5c8-4d65-9080-beda90ea645b
* Do not search for existing library when NO_BUILD is giveneschnett2013-04-10
| | | | git-svn-id: http://svn.cactuscode.org/projects/ExternalLibraries/GSL/trunk@36 9e23cc15-e5c8-4d65-9080-beda90ea645b
* Add NO_BUILD optionbmundim2013-03-28
| | | | git-svn-id: http://svn.cactuscode.org/projects/ExternalLibraries/GSL/trunk@35 9e23cc15-e5c8-4d65-9080-beda90ea645b
* Disable shared librarieseschnett2013-03-15
| | | | git-svn-id: http://svn.cactuscode.org/projects/ExternalLibraries/GSL/trunk@34 9e23cc15-e5c8-4d65-9080-beda90ea645b
* White space cleanupeschnett2013-03-08
| | | | git-svn-id: http://svn.cactuscode.org/projects/ExternalLibraries/GSL/trunk@33 9e23cc15-e5c8-4d65-9080-beda90ea645b
* Ensure that PATCH and TAR are definedeschnett2012-09-16
| | | | git-svn-id: http://svn.cactuscode.org/projects/ExternalLibraries/GSL/trunk@30 9e23cc15-e5c8-4d65-9080-beda90ea645b
* Rename configuration scripteschnett2012-06-12
| | | | git-svn-id: http://svn.cactuscode.org/projects/ExternalLibraries/GSL/trunk@29 9e23cc15-e5c8-4d65-9080-beda90ea645b
* Split GSL configuration output into LIB_DIRS and LIBSeschnett2012-05-24
| | | | git-svn-id: http://svn.cactuscode.org/projects/ExternalLibraries/GSL/trunk@27 9e23cc15-e5c8-4d65-9080-beda90ea645b
* Remove /usr/lib etc. from search pathseschnett2012-05-02
| | | | git-svn-id: http://svn.cactuscode.org/projects/ExternalLibraries/GSL/trunk@26 9e23cc15-e5c8-4d65-9080-beda90ea645b
* Make output less verboseeschnett2011-12-15
| | | | git-svn-id: http://svn.cactuscode.org/projects/ExternalLibraries/GSL/trunk@25 9e23cc15-e5c8-4d65-9080-beda90ea645b
* Accept GSL_DIR=BUILD case-independentlyeschnett2011-11-10
| | | | git-svn-id: http://svn.cactuscode.org/projects/ExternalLibraries/GSL/trunk@24 9e23cc15-e5c8-4d65-9080-beda90ea645b
* Update from upstreameschnett2011-11-09
| | | | git-svn-id: http://svn.cactuscode.org/projects/ExternalLibraries/GSL/trunk@23 9e23cc15-e5c8-4d65-9080-beda90ea645b
* Introduce GSL_INSTALL_DIR as a configuration option.bmundim2011-07-23
| | | | git-svn-id: http://svn.cactuscode.org/projects/ExternalLibraries/GSL/trunk@19 9e23cc15-e5c8-4d65-9080-beda90ea645b
* don't set GSL_LIB_DIRS to /usr/libknarf2011-04-13
| | | | git-svn-id: http://svn.cactuscode.org/projects/ExternalLibraries/GSL/trunk@17 9e23cc15-e5c8-4d65-9080-beda90ea645b
* cleanup build script, update to gsl-1.14knarf2010-10-14
| | | | git-svn-id: http://svn.cactuscode.org/projects/ExternalLibraries/GSL/trunk@14 9e23cc15-e5c8-4d65-9080-beda90ea645b
* don't unset MAKEFLAGS to enable parallel builds, use gsl-config to find pathsknarf2010-08-17
| | | | git-svn-id: http://svn.cactuscode.org/projects/ExternalLibraries/GSL/trunk@13 9e23cc15-e5c8-4d65-9080-beda90ea645b
* Use gmake if necessary.eschnett2010-06-30
| | | | | | | Support AIX, where we need to use the 64-bit mode. git-svn-id: http://svn.cactuscode.org/projects/ExternalLibraries/GSL/trunk@11 9e23cc15-e5c8-4d65-9080-beda90ea645b
* Don't overwrite user specified library nameschnetter2010-03-23
| | | | git-svn-id: http://svn.cactuscode.org/projects/ExternalLibraries/GSL/trunk@9 9e23cc15-e5c8-4d65-9080-beda90ea645b
* Don't build GSL if it is already available on the systemschnetter2010-03-22
| | | | git-svn-id: http://svn.cactuscode.org/projects/ExternalLibraries/GSL/trunk@8 9e23cc15-e5c8-4d65-9080-beda90ea645b
* Reformat if statementschnetter2010-02-13
| | | | git-svn-id: http://svn.cactuscode.org/projects/ExternalLibraries/GSL/trunk@7 9e23cc15-e5c8-4d65-9080-beda90ea645b
* Improve error messagesschnetter2009-12-04
| | | | git-svn-id: http://svn.cactuscode.org/projects/ExternalLibraries/GSL/trunk@6 9e23cc15-e5c8-4d65-9080-beda90ea645b
* Remove $Header$ tagschnetter2009-11-22
| | | | git-svn-id: http://svn.cactuscode.org/projects/ExternalLibraries/GSL/trunk@5 9e23cc15-e5c8-4d65-9080-beda90ea645b
* Use non-empty file for time stampschnetter2009-11-22
| | | | git-svn-id: http://svn.cactuscode.org/projects/ExternalLibraries/GSL/trunk@4 9e23cc15-e5c8-4d65-9080-beda90ea645b
* Unset MAKEFLAGS environment variable in the configuration scriptsschnetter2009-10-13
| | | | | | | | | which later call make. This prevents the Cactus configuration options being passed on into the make system of the packages that are configured. git-svn-id: http://svn.cactuscode.org/projects/ExternalLibraries/GSL/trunk@3 9e23cc15-e5c8-4d65-9080-beda90ea645b
* Add thorn containing the GSL libraryschnetter2009-09-28
| | | | git-svn-id: http://svn.cactuscode.org/projects/ExternalLibraries/GSL/trunk@2 9e23cc15-e5c8-4d65-9080-beda90ea645b
* Standard project directories initialized by cvs2svn.(no author)2009-09-28
git-svn-id: http://svn.cactuscode.org/projects/ExternalLibraries/GSL/trunk@1 9e23cc15-e5c8-4d65-9080-beda90ea645b