summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Collapse)AuthorAge
* Updating the version number to 4.0 beta 16 again as someone zapped the changegoodale2005-01-21
| | | | | | | | in the next commit. PLEASE do a cvs diff before committing anything ! git-svn-id: http://svn.cactuscode.org/flesh/trunk@3961 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Allow the setting of the SILENT option to be case-insensitive.tradke2005-01-13
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@3957 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Added help for the <config>-configinfo target.tradke2004-11-08
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@3901 17b73243-c579-4c4c-a9d2-2d5706c11dac
* implement new CONFIGURATION-reconfig optionjthorn2004-11-04
| | | | | | | | (implementation was by Thomas Radke, I just tweaked the wording on one of the error messages) git-svn-id: http://svn.cactuscode.org/flesh/trunk@3897 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Update beta number after releasing beta 15.goodale2004-11-03
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@3885 17b73243-c579-4c4c-a9d2-2d5706c11dac
* List the official URL for GNU make in the Makefile comments at the top.tradke2004-10-27
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@3878 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Removed excessive spaces after '\' character. This fixes syntax errors fortradke2004-06-21
| | | | | | | certain makefile targets. git-svn-id: http://svn.cactuscode.org/flesh/trunk@3778 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Fix evaluation of user input on "yes/no" prompts.tradke2004-06-20
| | | | | | | | This closes PR Cactus/1776: "Answering "no" to "create configuration?" does not abort". git-svn-id: http://svn.cactuscode.org/flesh/trunk@3770 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Re-enable the force-reconfigure check.tradke2004-06-20
| | | | | | | This closes PR Cactus/1777: "force-reconfigure does not work". git-svn-id: http://svn.cactuscode.org/flesh/trunk@3769 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Exit with error code if thornlist doesn't exist.tradke2004-06-11
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@3767 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Interpret CTRL-D user input as "no" when asking for confirmation.tradke2004-06-07
| | | | | | | This closes PR Cactus/1759: "Cactus creates new configurations without asking". git-svn-id: http://svn.cactuscode.org/flesh/trunk@3760 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Automatically run reconfigure when PROMPT=no was specified and no cctk_Config.htradke2004-06-01
| | | | | | | | | file for that configuration exists yet. Remove a configuration's cctk_Config.h file if its reconfiguration failed. git-svn-id: http://svn.cactuscode.org/flesh/trunk@3752 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Changed to using the cygwin version of Perl under cygwin. This hasgoodale2004-05-19
| | | | | | | | | | | | | | | | | | | | | | | | | | the translation of CCTK_HOME to a windows format from the master Makefile, and forced the addition of a new Make macro TRANSLATE_DIRS which is used in various places in Make to translate things like /cygwin/f/... into f:\... This is a 'call'able macro in Make, and defaults to $(1). There is a new subroutine in RunTestUtils which serves the same purpose. This change should not affect anyone not using Cactus on Windows. If you are using Windows you will need to reconfigure, making sure that the Perl you use is the cygwin one and not the ActiveState one. git-svn-id: http://svn.cactuscode.org/flesh/trunk@3742 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Start of 4.0 beta 15.goodale2004-05-13
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@3724 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Fixing the quick fix I put in earlier so it doesn't produce a bogus error ↵goodale2004-05-12
| | | | | | | | | message. Also made a better comment about incomplete configurations. git-svn-id: http://svn.cactuscode.org/flesh/trunk@3719 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Temporarily disable reconfig check as the -ot flag is apparnetly not portable.goodale2004-05-11
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@3717 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Introduce the mechanism that forces users to re-configure theirschnetter2004-04-10
| | | | | | | | | | | configurations. (I updated detecting external libraries (MPI, PETSc, etc.) to use a scheme more sane, and realise only after the fact that people will have to reconfigure for that.) git-svn-id: http://svn.cactuscode.org/flesh/trunk@3657 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Updating to beta 14.goodale2004-03-30
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@3622 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Remove superfluous "cd" statementschnetter2004-01-20
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@3543 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Removed the (unnecessary) option '-reconfig=1' to get rid of runtime warningtradke2003-12-29
| | | | | | | when calling setup_configuration.pl. git-svn-id: http://svn.cactuscode.org/flesh/trunk@3481 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Add commands "make ThornDoc" and "make ArrangementDoc" to prepare theschnetter2003-10-13
| | | | | | | documentation for single thorns and arrangements. git-svn-id: http://svn.cactuscode.org/flesh/trunk@3433 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Output the dividers during the build stage after each step instead before,schnetter2003-10-13
| | | | | | | | so that they are printed before make checks the dependencies, which can take quite some time. git-svn-id: http://svn.cactuscode.org/flesh/trunk@3429 17b73243-c579-4c4c-a9d2-2d5706c11dac
* change "Reference" target to "ReferenceManual" to be compatible withjthorn2003-07-20
| | | | | | | | other documentation targets --> now creates new "Cactus Reference Manual" git-svn-id: http://svn.cactuscode.org/flesh/trunk@3327 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Split of a "Reference Manual" from the Users Guide. Will update the docsallen2003-07-05
| | | | | | | | | | and different options for this, and add its own directory once we settle on the name of it. Fixes Cactus/1545 git-svn-id: http://svn.cactuscode.org/flesh/trunk@3249 17b73243-c579-4c4c-a9d2-2d5706c11dac
* From Ian Kelley:allen2002-10-23
| | | | | | | | | | | | | Allow to specify the TOCDEPTH of the thornguide on the command line. Because, I, for one, don't like the depth of 0. The default value of 0 has remained the same gmake ThornGuide TOCDEPTH=0 gmake ThornGuide TOCDEPTH=1 git-svn-id: http://svn.cactuscode.org/flesh/trunk@3016 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Can now build thorn guides for individual thorns or arrangementsallen2002-08-21
| | | | | | | | | | | eg gmake ThornGuide THORNS="CactusBase/CartGrid3D" gmake ThornGuide ARRANGEMENTS="CactusBase CactusEinstein" git-svn-id: http://svn.cactuscode.org/flesh/trunk@2983 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Put all created documents (ThornGuide, UserGuide) in the doc directory ↵allen2002-08-19
| | | | | | | | | instead of the top level directory Implements Cactus/936 git-svn-id: http://svn.cactuscode.org/flesh/trunk@2964 17b73243-c579-4c4c-a9d2-2d5706c11dac
* New version: b13allen2002-06-07
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@2904 17b73243-c579-4c4c-a9d2-2d5706c11dac
* From Ian Kelley:allen2002-06-04
| | | | | | | | | | | | Support for making a pdf version of the ThornGuide gmake ThornGuide.pdf This won't be documented since it doesn't yet support making the guide for configurations, or include figures. git-svn-id: http://svn.cactuscode.org/flesh/trunk@2899 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Delete the complete build directory instead of just removing all the filestradke2002-05-14
| | | | | | | | | | therein when making the thornguide. This prevents 'Argument list too long' errors from the shell if there are very many files to be removed. This closes Documentation/1043. git-svn-id: http://svn.cactuscode.org/flesh/trunk@2813 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Patch from Ian Kelleyallen2002-04-27
| | | | | | | Write the correct name for the thornguide ps file to screen git-svn-id: http://svn.cactuscode.org/flesh/trunk@2762 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Use <config>/doc/build for build directory for the UsersGuideallen2002-04-26
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@2758 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Update for new thornguide scriptsallen2002-04-19
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@2731 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Adding CCTK_HOME to arguments passed to new RunTest.pl script.goodale2002-04-16
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@2721 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Somewhat tidied up version of Runtest for doing testsuite checking. Thisallen2002-04-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | is in preparation for getting together a complete spec for and doing it properly. A lot of the internals have been changed around, so in case of problems I've left the original version there for the moment, to run the original version just edit Makefile and replace RunTest.pl with Runtest.pl The main differences though should be - a lot more output at the end, probably too much, would welcome any ideas on what information to display and how - better menu interface for choosing a test to run, also started adding a couple of other features. Hopefully removed all the infinite loops from the menu. - now works properly when a test with the same name is in two different thorns ... note that this meant adding an extra layer of directories in the TEST directory so if anyone uses a path to the output files in the TEST directories (like in the testsuites for IOHDF5/IOFlexIO) these will need to be changed. Should now be able to go on to fix outstanding requests in gnats for the testsuites. git-svn-id: http://svn.cactuscode.org/flesh/trunk@2712 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Fix the page numbers in PS files created by "make <config>-ThornGuide".tradke2002-04-08
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@2696 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Check for valid settings (yes, no) of the WARN option.tradke2002-03-25
| | | | | | | This closes PR Cactus/938. git-svn-id: http://svn.cactuscode.org/flesh/trunk@2668 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Fix page numbers in postfiles for UsersGuide, MaintGuide, and ThornGuide.tradke2002-03-15
| | | | | | | This closes PR Documentation/514,623,624,848. git-svn-id: http://svn.cactuscode.org/flesh/trunk@2644 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Changing version number to Beta 12allen2002-01-28
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@2599 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Added '-utils' to the output of 'make help'.tradke2002-01-09
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@2576 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Added make target '-build' to be used astradke2002-01-03
| | | | | | | | | | | | | | | make <configuration>-build BUILDLIST=<space-separated list of thorns, without arrangements prefixes> This would only build all libs for BUILDLIST which must be a subset of the thorns of the given configuration. This new target is only experimental so far (and thus won't be documented). It might be removed again if the functionality can be provided by the default build rules. git-svn-id: http://svn.cactuscode.org/flesh/trunk@2568 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Fixed typoallen2001-10-11
| | | | | | | Cactus/808 git-svn-id: http://svn.cactuscode.org/flesh/trunk@2398 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Fixing some odd .PHONY declarations.goodale2001-10-10
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@2396 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Added new targets gmake configinfo and gmake <config>-configinfoallen2001-09-23
| | | | | | | | | | | | which gives basic information about the configuration (it just cat's the file configs/<config>/config-info). gmake configinfo lists information for each configuration, at the moment they are all run together since my shell programming isn't up to figuring out how to put a blank line between them (new configurations will have an extra blank line added to config-info). git-svn-id: http://svn.cactuscode.org/flesh/trunk@2379 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Add configuration name to standard buildallen2001-09-17
| | | | | | | Cactus/787 git-svn-id: http://svn.cactuscode.org/flesh/trunk@2366 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Don't print version information twice for gmake <config>-rebuildallen2001-09-17
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@2365 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Report the Cactus version at the top of the output of every gmake command ↵allen2001-09-14
| | | | | | | | | where it makes sense. git-svn-id: http://svn.cactuscode.org/flesh/trunk@2359 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Added a tab so that gmake help works againallen2001-09-14
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@2356 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Ian's changes to cvs update the files for a given configurationallen2001-09-05
| | | | | | | gmake <config>-cvsupdate git-svn-id: http://svn.cactuscode.org/flesh/trunk@2340 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Fixed syntax for .PHONY targets.tradke2001-08-27
| | | | | | | Closes PR Cactus-773. git-svn-id: http://svn.cactuscode.org/flesh/trunk@2317 17b73243-c579-4c4c-a9d2-2d5706c11dac