summaryrefslogtreecommitdiffstats
path: root/science
Commit message (Collapse)AuthorAgeFilesLines
* Bump PORTREVISIONS for all ports that depend on atk or pango to ease in themarcus2004-11-076-1/+6
| | | | big upgrade.
* - Update to 1.0.8pav2004-11-043-4/+9
| | | | | PR: ports/73493 Submitted by: Andreas Fehlner <fehlner@gmx.de> (maintainer)
* Fix build by addingmaho2004-11-041-0/+4
| | | | | | | | .ifndef WITH_FLOAT CONFIGURE_ARGS+= --disable-float Submitted by: Stephen Montgomery-Smith <stephen at math.missouri.edu> Reported by: kris via pointyhat and Bruno Afonso <brunomiguel at dequim.ist.utl.pt>
* - Chase recent ginac updatepav2004-10-261-2/+2
| | | | | Reported by: pointyhat via kris Forgotten by: pav
* - Update to 0.4.6pav2004-10-242-3/+3
|
* - Update to 0.2.7pav2004-10-243-5/+19
|
* - Update to 1.0.6pav2004-10-193-4/+12
| | | | | PR: ports/72834 Submitted by: Andreas Fehlner <fehlner@gmx.de> (maintainer)
* New port science/gromacsmaho2004-10-195-0/+711
| | | | | | | | | | | GROMACS is a versatile package to perform molecular dynamics, i.e. simulate the Newtonian equations of motion for systems with hundreds to millions of particles, and also the World's fastest Molecular Dynamics under GPL. PR: 71211 Submitted by: Stephen Montgomery-Smith <stephen@math.missouri.edu> Reviewed by: Bruno Afonso <brunomiguel@dequim.ist.utl.pt>
* Update to version 0.99markus2004-10-138-26/+510
|
* Update to 0.3.3.linimon2004-10-122-4/+3
| | | | | PR: ports/71275 Submitted by: Shin'ya Murakami <murakami at ahs dot scitec dot kobe-u dot ac dot jp> (maintainer)
* Increase USE_GCC to 3.4 for those ports which compile with it.kris2004-09-301-1/+1
| | | | Approved by: portmgr
* BROKEN on 5.x: Does not compilekris2004-09-181-1/+7
| | | | Approved by: portmgr (self)
* BROKEN on 5.x: Does not buildkris2004-09-181-1/+7
| | | | Approved by: portmgr (self)
* Fixed installation on 5.x and 6.x.ru2004-09-061-2/+2
| | | | | Reported by: mi Approved by: portmgr (krion)
* Update to 0.5.5.linimon2004-09-032-3/+3
| | | | | | PR: ports/68467 Submitted by: Shin'ya Murakami Approved by: maintainer
* Fix build in presence of x11/nvidia-drivervs2004-09-033-3/+29
| | | | | PR: ports/71052 Submitted by: Stephen Montgomery-Smith (maintainer)
* Update to version 0.86krion2004-09-032-5/+5
| | | | | PR: ports/71302 Submitted by: Ports Fury
* o Update to 2.2.2 to unbreak for 5-STABLEmaho2004-09-032-9/+9
| | | | | | (2.2.2 supports gcc-3.4.x) Submitted by: pointyhat
* Fix build on 5-STABLEmaho2004-09-031-2/+2
| | | | Submitted by: pointyhat
* add py-scipy 0.3ijliao2004-08-267-0/+115
| | | | Scientific tools for Python
* Update to 1.0.5arved2004-08-214-8/+15
| | | | | PR: 70422 Submitted by: Andreas Fehlner <fehlner@gmx.de>
* Add vmd, a molecular visualization program for displaying, animating, andpav2004-08-218-0/+534
| | | | | | | analyzing large biomolecular systems using 3-D graphics and built-in scripting. PR: ports/70509 Submitted by: Stephen Montgomery-Smith <stephen@math.missouri.edu>
* Fix build with gcc 3.4arved2004-08-202-0/+21
|
* Fix build with gcc 3.4arved2004-08-171-0/+30
|
* Utilize USE_INC_LIBTOOL_VER and lthack knobskrion2004-08-162-24/+6
| | | | | PR: ports/70547 Submitted by: Ports Fury
* Chase libraries for new math/GiNaC version.krion2004-08-161-1/+1
|
* USE_INTEL should be WITH_INTELmaho2004-08-161-2/+2
| | | | Noticed by: portlint
* USE_ICC -> WITH_ICC, and mpi supportmaho2004-08-162-4/+4
| | | | Passed by: portlint
* Add Intel C/Fortran support via USE_INTELmaho2004-08-161-2/+2
|
* Opps forgot to add files/FlexLexer.h takenmaho2004-08-161-0/+186
| | | | from FreeBSD 5-current's /usr/include/c++/3.3/
* Add intel C/C++ compiler supportmaho2004-08-161-4/+22
|
* Add intel fortran/c/c++ compiler supportmaho2004-08-162-3/+21
|
* Add abinit, calculates total energy, charge densitymaho2004-08-146-0/+454
| | | | and electronic structure of systems.
* Fix build with gcc-3.4krion2004-08-131-0/+34
| | | | | PR: ports/70413 Submitted by: Ports Fury
* - Poke new libtool infrastructure: use system libtoolpav2004-07-123-14/+3
|
* Chase libgsl.vs2004-07-122-2/+2
| | | | Reminded by: cluster via kris
* Update to version 0.84krion2004-07-094-12/+18
| | | | | PR: ports/68864 Submitted by: Ports Fury
* Apply a big libtool patch to allow porters to use the libtool installed bymarcus2004-07-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | the libtoolX ports instead of the one included with each port. Ports that set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of the included version. To restore previous behavior, use the new macro, USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version. For example, to use the ports version of libtool-1.5, add the following to your Makefile: USE_LIBTOOL_VER= 15 To use the included version of libtool with extra hacks provided by libtool-1.5, add the following to your Makefile: USE_INC_LIBTOOL_VER= 15 With this change, ports that had to add additional libtool hacks to prevent .la files from being installed or to fix certain threading issues can now delete those hacks (after appropriate testing, of course). PR: 63944 Based on work by:eik and marcus Approved by: ade (autotools maintainer) Tested by: kris on pointyhat Bound to be hidden problems: You bet
* - Update to 1.0.3pav2004-07-092-5/+16
| | | | | PR: ports/68762 Submitted by: Shin'ya Murakami <murakami@ahs.scitec.kobe-u.ac.jp> (maintainer)
* Deprecate WITHOUT_GETTEXT in favor of WITHOUT_NLS, which is used muchlinimon2004-07-061-1/+1
| | | | | | | more often in other ports to signify the same thing. PR: ports/68544 Approved by: "Shin'ya Murakami" <murakami at ahs dot scitec dot kobe-u dot ac dot jp> (maintainer)
* Fix build on -CURRENTkris2004-07-021-0/+16
| | | | Submitted by: das
* Autotools cleanup. Remove autoconf257 (259), automake17 (18), andade2004-07-012-2/+2
| | | | | | | | libtool14 (13/15). PR: 67768 Submitted by: ade Approved by: 4-exp bento runs (thanks, kris!)
* Depend on ruby-fftw3arved2004-06-291-0/+2
| | | | | PR: 68466 Submitted by: Shin'ya Murakami <murakami@ahs.scitec.kobe-u.ac.jp>
* - Update to 0.4.5pav2004-06-263-3/+12
| | | | Made possible by: marcus (installing XDG entries to ${X11BASE})
* update to 3.2.1maho2004-06-162-3/+3
|
* - Update to 1.0.3pav2004-06-134-5/+121
| | | | | PR: ports/67854 Submitted by: Andreas Fehlner <fehlner@gmx.de> (maintainer)
* Update to 2.6vs2004-06-063-8/+5
| | | | | | PR: ports/66635 Submitted by: Roman Neuhauser Approved by: maintainer
* Don't use Makefile.kde anymoremarkus2004-06-062-6/+2
|
* - Update to 5.12pav2004-06-057-10906/+11
| | | | | | PR: ports/66636 Submitted by: Roman Neuhauser <neuhauser@chello.cz> Approved by: maintainer timeout (2 weeks)
* - Add missed dependenciespav2004-06-041-1/+4
| | | | Submitted by: maintainer
OpenPOWER on IntegriCloud