aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Do not search for existing library when NO_BUILD is givenHEADmastereschnett2013-04-10
| | | | git-svn-id: http://svn.cactuscode.org/projects/ExternalLibraries/LORENE/trunk@43 5c1b1641-b641-47ec-b3d9-0f93d4c445ee
* Add NO_BUILD option.bmundim2013-03-28
| | | | git-svn-id: http://svn.cactuscode.org/projects/ExternalLibraries/LORENE/trunk@42 5c1b1641-b641-47ec-b3d9-0f93d4c445ee
* White space cleanupeschnett2013-03-08
| | | | git-svn-id: http://svn.cactuscode.org/projects/ExternalLibraries/LORENE/trunk@41 5c1b1641-b641-47ec-b3d9-0f93d4c445ee
* Don't use OpenMP options unless OpenMP is enabled for the buildeschnett2012-10-24
| | | | git-svn-id: http://svn.cactuscode.org/projects/ExternalLibraries/LORENE/trunk@39 5c1b1641-b641-47ec-b3d9-0f93d4c445ee
* Ensure that PATCH and TAR are definedeschnett2012-09-16
| | | | git-svn-id: http://svn.cactuscode.org/projects/ExternalLibraries/LORENE/trunk@38 5c1b1641-b641-47ec-b3d9-0f93d4c445ee
* Rename configuration scripteschnett2012-06-12
| | | | git-svn-id: http://svn.cactuscode.org/projects/ExternalLibraries/LORENE/trunk@37 5c1b1641-b641-47ec-b3d9-0f93d4c445ee
* throw ios_base::failure(strerror(errno)) exception if fopen fails in Bin_BH, rhaas2012-01-26
| | | | | | | Bin_NS and Mag_NS git-svn-id: http://svn.cactuscode.org/projects/ExternalLibraries/LORENE/trunk@35 5c1b1641-b641-47ec-b3d9-0f93d4c445ee
* Make output less verboseeschnett2011-12-15
| | | | git-svn-id: http://svn.cactuscode.org/projects/ExternalLibraries/LORENE/trunk@34 5c1b1641-b641-47ec-b3d9-0f93d4c445ee
* Formatting changeeschnett2011-11-10
| | | | git-svn-id: http://svn.cactuscode.org/projects/ExternalLibraries/LORENE/trunk@33 5c1b1641-b641-47ec-b3d9-0f93d4c445ee
* Accept LORENE_DIR=BUILD case-independentlyeschnett2011-11-10
| | | | | | | Also re-indent, remove some superfluous / characters. git-svn-id: http://svn.cactuscode.org/projects/ExternalLibraries/LORENE/trunk@32 5c1b1641-b641-47ec-b3d9-0f93d4c445ee
* Introducing LORENE_INSTALL_DIR configuration option.bmundim2011-07-23
| | | | git-svn-id: http://svn.cactuscode.org/projects/ExternalLibraries/LORENE/trunk@29 5c1b1641-b641-47ec-b3d9-0f93d4c445ee
* update build scriptknarf2010-10-30
| | | | git-svn-id: http://svn.cactuscode.org/projects/ExternalLibraries/LORENE/trunk@25 5c1b1641-b641-47ec-b3d9-0f93d4c445ee
* Fill in LORENE's READMEeschnett2010-09-23
| | | | git-svn-id: http://svn.cactuscode.org/projects/ExternalLibraries/LORENE/trunk@24 5c1b1641-b641-47ec-b3d9-0f93d4c445ee
* add some openmp support to lorene evaluation onto list of pointsknarf2010-08-09
| | | | git-svn-id: http://svn.cactuscode.org/projects/ExternalLibraries/LORENE/trunk@23 5c1b1641-b641-47ec-b3d9-0f93d4c445ee
* Use GNU make's pattern substitution instead of building a C programmeeschnett2010-06-30
| | | | | | | "pointCpointo" while configuring git-svn-id: http://svn.cactuscode.org/projects/ExternalLibraries/LORENE/trunk@21 5c1b1641-b641-47ec-b3d9-0f93d4c445ee
* Detect IBM XL compilers, which need to be set to 64-bit modeeschnett2010-06-30
| | | | git-svn-id: http://svn.cactuscode.org/projects/ExternalLibraries/LORENE/trunk@20 5c1b1641-b641-47ec-b3d9-0f93d4c445ee
* Patch from David Radiceeschnett2010-06-26
| | | | | | | | | | | At the moment the compilation of EinsteinToolkit with LORENE fails if LORENE is configured to use FFTW as LORENE_LIBS does not contain fftw3. The attached patch solves the problem by allowing the user to specify additional directories and libraries in the optionlist file. git-svn-id: http://svn.cactuscode.org/projects/ExternalLibraries/LORENE/trunk@19 5c1b1641-b641-47ec-b3d9-0f93d4c445ee
* - Revert change from -I to -i. This makes LORENE compile with finkknarf2010-06-26
| | | | | | | | | | | | | | | | | again, but breaks it on abe. However, the culprit is abe: there is a bug in the installed xargs installation (reported). - Make LORENE abort early when the used version of 'patch' cannot understand the patch format but fails silently. - Use given XARGS and FIND environment variables to build Lorene. This is necessary on machines where the standard 'xargs' and 'find' tools are too old (like pelican which uses 'patch' from 1988 by default). - Handle _rien.o better, in particular, don't include it in the link list, which confused several linkers. - Use find and xargs to link lorene libraries to avoid problems on machines with very tight restrictions on command line lengths. git-svn-id: http://svn.cactuscode.org/projects/ExternalLibraries/LORENE/trunk@18 5c1b1641-b641-47ec-b3d9-0f93d4c445ee
* Also don't build the export-debug-library if disabledknarf2010-06-10
| | | | git-svn-id: http://svn.cactuscode.org/projects/ExternalLibraries/LORENE/trunk@16 5c1b1641-b641-47ec-b3d9-0f93d4c445ee
* don't unset MAKEFLAGS (which was probably commited by mistake again), this ↵knarf2010-06-09
| | | | | | would disable parallel builds git-svn-id: http://svn.cactuscode.org/projects/ExternalLibraries/LORENE/trunk@15 5c1b1641-b641-47ec-b3d9-0f93d4c445ee
* Do not include _rien.o into library; this breaks on Mac OS X.eschnett2010-06-09
| | | | | | | | Do not build debug libraries. Remove comment about Lorene not supporting parallel makes. git-svn-id: http://svn.cactuscode.org/projects/ExternalLibraries/LORENE/trunk@14 5c1b1641-b641-47ec-b3d9-0f93d4c445ee
* Use existing Lorene installation if one existseschnett2010-06-06
| | | | git-svn-id: http://svn.cactuscode.org/projects/ExternalLibraries/LORENE/trunk@13 5c1b1641-b641-47ec-b3d9-0f93d4c445ee
* remove patch which is no longer necessaryknarf2010-06-04
| | | | git-svn-id: http://svn.cactuscode.org/projects/ExternalLibraries/LORENE/trunk@12 5c1b1641-b641-47ec-b3d9-0f93d4c445ee
* - use parallel build if specifiedknarf2010-06-04
| | | | | | | - update from CVS Lorene (removed one old local patch) git-svn-id: http://svn.cactuscode.org/projects/ExternalLibraries/LORENE/trunk@11 5c1b1641-b641-47ec-b3d9-0f93d4c445ee
* make xargs on abe happy: change '-I ' to '-i'knarf2010-06-04
| | | | git-svn-id: http://svn.cactuscode.org/projects/ExternalLibraries/LORENE/trunk@10 5c1b1641-b641-47ec-b3d9-0f93d4c445ee
* Break lines in Fortran 77 code automaticallyschnetter2010-03-26
| | | | git-svn-id: http://svn.cactuscode.org/projects/ExternalLibraries/LORENE/trunk@9 5c1b1641-b641-47ec-b3d9-0f93d4c445ee
* Add commentschnetter2010-02-13
| | | | git-svn-id: http://svn.cactuscode.org/projects/ExternalLibraries/LORENE/trunk@8 5c1b1641-b641-47ec-b3d9-0f93d4c445ee
* Correct install commandsschnetter2009-12-26
| | | | git-svn-id: http://svn.cactuscode.org/projects/ExternalLibraries/LORENE/trunk@7 5c1b1641-b641-47ec-b3d9-0f93d4c445ee
* Don't build the debug libraries for Loreneschnetter2009-12-03
| | | | git-svn-id: http://svn.cactuscode.org/projects/ExternalLibraries/LORENE/trunk@6 5c1b1641-b641-47ec-b3d9-0f93d4c445ee
* Rebuild LORENE when this script changesschnetter2009-12-01
| | | | git-svn-id: http://svn.cactuscode.org/projects/ExternalLibraries/LORENE/trunk@5 5c1b1641-b641-47ec-b3d9-0f93d4c445ee
* Rename tarballschnetter2009-12-01
| | | | git-svn-id: http://svn.cactuscode.org/projects/ExternalLibraries/LORENE/trunk@4 5c1b1641-b641-47ec-b3d9-0f93d4c445ee
* Update LORENE, begin to make it build on AIXschnetter2009-12-01
| | | | git-svn-id: http://svn.cactuscode.org/projects/ExternalLibraries/LORENE/trunk@3 5c1b1641-b641-47ec-b3d9-0f93d4c445ee
* Add LORENEschnetter2009-11-22
| | | | git-svn-id: http://svn.cactuscode.org/projects/ExternalLibraries/LORENE/trunk@2 5c1b1641-b641-47ec-b3d9-0f93d4c445ee
* Standard project directories initialized by cvs2svn.(no author)2009-11-22
git-svn-id: http://svn.cactuscode.org/projects/ExternalLibraries/LORENE/trunk@1 5c1b1641-b641-47ec-b3d9-0f93d4c445ee