aboutsummaryrefslogtreecommitdiff
path: root/science/elmer-fem
Commit message (Collapse)AuthorAgeFilesLines
* - We need use FCFLAGS to build it in AMD64 and IA64.Marcelo Araujo2009-01-211-2/+2
| | | | | | | - Bump PORTREVISION. Notes: svn path=/head/; revision=226578
* - No longer pass FC, F77 and FFLAGS to CONFIGURE_ENV; this is nowMarcelo Araujo2009-01-201-1/+0
| | | | | | | | | done via Mk/bsd.gcc.mk. Reported by: gerald Notes: svn path=/head/; revision=226543
* Bump PORTREVISION due to change of USE_FORTRAN=yes to GCC 4.3.Gerald Pfeifer2009-01-071-1/+1
| | | | Notes: svn path=/head/; revision=225403
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.Rong-En Fan2008-08-212-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Specifically, newer autoconf (> 2.13) has different semantic of the configure target. In short, one should use --build=CONFIGURE_TARGET instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning and the old semantic may be removed in later autoconf releases. To workaround this issue, many ports hack the CONFIGURE_TARGET variable so that it contains the ``--build='' prefix. To solve this issue, under the fact that some ports still have configure script generated by the old autoconf, we use runtime detection in the do-configure target so that the proper argument can be used. Changes to Mk/*: - Add runtime detection magic in bsd.port.mk - Remove CONFIGURE_TARGET hack in various bsd.*.mk - USE_GNOME=gnometarget is now an no-op Changes to individual ports, other than removing the CONFIGURE_TARGET hack: = pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables) - comms/gnuradio - science/abinit - science/elmer-fem - science/elmer-matc - science/elmer-meshgen2d - science/elmerfront - science/elmerpost = use x86_64 as ARCH - devel/g-wrap = other changes - print/magicfilter GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf Total # of ports modified: 1,027 Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes) PR: 126524 (obsoletes 52917) Submitted by: rafan Tested on: two pointyhat 7-amd64 exp runs (by pav) Approved by: portmgr (pav) Notes: svn path=/head/; revision=218938
* Conversion from (now defunct) autoconf-2.61 to autoconf-2.62Ade Lovett2008-08-201-1/+1
| | | | | | | Tested by: exp build run (erwin) Notes: svn path=/head/; revision=218886
* - Move from versioned tcl/tk CATEGORIES to simple tcl and tk categoriesPav Lucistnik2008-04-091-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=210928
* - Update MASTER_SITES.Marcelo Araujo2008-03-142-4/+5
| | | | | | | | | | | - Project was migrated for SF. - Files as repacked. - BUMP PORTREVISION. Reported by: Pedro <pfgshield-freebsd@yahoo.com> Notes: svn path=/head/; revision=209029
* - Update to 5.4.0.Marcelo Araujo2007-10-293-5/+11
| | | | | | | Approved by: stas (mentor) Notes: svn path=/head/; revision=202279
* Switch autoconf dependencies from 2.53 or 2.59 to 2.61.Mark Linimon2007-09-301-1/+2
| | | | | | | | PR: ports/116639 Submitted by: aDe Notes: svn path=/head/; revision=200411
* - Update to 5.3.2.Marcelo Araujo2007-08-173-5/+6
| | | | | | | Approved by: itetcu (mentor) Notes: svn path=/head/; revision=197827
* - Take maintainership.Marcelo Araujo2007-07-151-1/+1
| | | | | | | Approved by: stas (mentor) Notes: svn path=/head/; revision=195660
* Now we USE_FORTRAN knob for using FORTRANMaho Nakata2007-07-131-4/+1
| | | | | | | compiler. Notes: svn path=/head/; revision=195536
* Build fix.Maho Nakata2007-03-063-10/+24
| | | | | | | Spotted by: pointyhat Notes: svn path=/head/; revision=186665
* - Update to 5.3.1Martin Wilke2007-02-272-6/+5
| | | | | | | | PR: 109265 Submitted by: Marcelo Araujo" <araujo@bsdmail.org> Notes: svn path=/head/; revision=186098
* Now WITH_ATLAS, WITH_BLAS knobs work correctly.Maho Nakata2007-02-141-2/+5
| | | | | | | Also pass configure the path to libeiof. Notes: svn path=/head/; revision=185126
* * Use only gfortran42. not gcc42.Maho Nakata2007-01-162-21/+35
| | | | | | | | * Correct autodetection of blas/atlas * Bump portrevision Notes: svn path=/head/; revision=182470
* * Migrate to gfortran.Maho Nakata2007-01-101-7/+19
| | | | | | | | * Bump port revision. * Use gfortran compiled atlas/blas/lapack and can be selected which to use. Notes: svn path=/head/; revision=181973
* * Split bsd.port.mk pre and post includes into 3 pieces instead of 2, toMark Linimon2006-09-301-3/+1
| | | | | | | | | | | | | | | | | | | | allow OPTIONS to be able to influence dependencies. This is still experimental [1] * Teach bsd.gcc.mk about gfortran [2] * Remove the outdated emulators/linux_base; the new default has been linux_base-fc4. This will allow the outdated port to be removed [3] * Add USE_FIREBIRD macros to bsd.database.mk [4] PR: 93687 [1], 93690 [2], 103184 [3], 103357 [4] Submitted by: shaun [1], Pedro F. Giffuni <giffunip at asme to org> [2], gerald [2], thierry [2], vd [3], skv [4] Notes: svn path=/head/; revision=174200
* - s,INSTALLS_SHLIB,USE_LDCONFIG,gCheng-Lung Sung2006-08-151-1/+1
| | | | | | | | | | | - these include misc/ multimedia/ net/ net-mgmt/ net-im/ net-p2p/ palm/ print/ science/ maintained by ports@ PR: ports/101916 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org> Notes: svn path=/head/; revision=170651
* Remove overkill optimizations.Thierry Thomas2006-07-251-1/+1
| | | | | | | Submitted by: Pedro Giffuni <pfgshield-freebsd (at) yahoo.com> Notes: svn path=/head/; revision=168726
* - Upgrade to 5.2.0;Thierry Thomas2006-07-123-8/+21
| | | | | | | - Add regression-tests. Notes: svn path=/head/; revision=167631
* Reset maintainership: Pedro's dev machine has been stolen :-(Thierry Thomas2006-07-011-1/+1
| | | | | | | | | Hoping to see you back soon! Submitted by: Pedro F. Giffuni <giffunip (at) asme.org> (maintainer) Notes: svn path=/head/; revision=166704
* Add WITH_OPTIMIZED_FLAGS knob.Roman Bogorodskiy2006-05-311-1/+5
| | | | | | | | PR: 98124 Submitted by: Pedro F. Giffuni (maintainer) Notes: svn path=/head/; revision=164046
* Fix on FreeBSD-4.Thierry Thomas2006-05-062-4/+12
| | | | | | | Submitted by: Pedro F. Giffuni <giffunip (at) asme.org> (maintainer) Notes: svn path=/head/; revision=161465
* Mark BROKEN on FreeBSD-4.x.Thierry Thomas2006-04-261-0/+4
| | | | | | | | Submitted by: maintainer Reported by: ports-i386 via Kris Notes: svn path=/head/; revision=160547
* ElmerSolver - the Solution of Partial Differential Equations.Thierry Thomas2006-04-246-0/+179
ElmerSolver is thus an independent module that processes the computational mesh and the model input file containing references to the selected equations and model parameters. ElmerSolver makes the equations into a discrete form, handles coupled systems, non-linearities and time-dependences, and provides output data for visualization. Submitted by: Pedro F. Giffuni <giffunip@asme.org> Notes: svn path=/head/; revision=160359