Make science/mpb has been pretty much useless because it wasn't
correctly linked with hdf5 as it appears in the Makefile. Now this
is properly done by linking pthread lib too, which is required by
hdf5. Also, correctly link with ATLAS version of LAPACK.
PR: ports/58337
Submitted by: AMAKAWA Shuhei <sa264@cam.ac.uk>
* Printing code rewritten and now complete
* Charges inside fragments enhanced
* Added user interface for the Bonobo control
* Some code cleaning
* Some bugs fixed
PR: 59066
Submitted by: maintainer
of each port on bento and for recent fixes. Unfortunately at some point I
got confused and switched to the wrong list :-) As a result I picked up a
number of ports that were fixed a while ago. Sorry for the false alarm,
maintainers.
Pointy hat to: kris
The Acoustic ToolBox includes four acoustic models:
BELLHOP: A beam/ray trace code
KRAKEN: A normal mode code
SCOOTER: A finite element FFP code
SPARC: A time domain FFP code
A common input structure has been used throughout so that
only minor modifications are needed to switch from one
program to another.
All the models produce shade files which can be processed
using a common set of plotting routines to plot transmission
loss vs. range or vs. range and depth. These plotting
routines are contained in the GLOBAL directory.
PR: ports/42378
Submitted by: Heiner Strauss <heiner@bilch.com>
A did some minor cleanup of the port, hopefully this will
work on gcc-3.3. I suggest this port is moved to the science
category, along with freefem and femlab.
PR: ports/54964
Submitted by: Pedro F. Giffuni <giffunip@yahoo.com>
For unbreak:
a) location of .include "${.CURDIR}/../mpqc/Makefile"
is just after the BUILD_DEPENDS to avoid override.
For clean-ups:
1) ${F77}->${FC}
2) Use ${LOCALBASE} for CONFIGURE_ARGS for mpqc-mpich
3) ${MASTERDIR}/files -> ${FILESDIR}
4) remove LIB_DEPENDS for mpqc-mpich (redundant)
Reported by: bento's log
Reviewed by: okazaki and sf