aboutsummaryrefslogtreecommitdiffstats
path: root/science/ncs
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade ncs to 2.0.8 with its dependencies.thierry2015-05-152-4/+3
|
* 3 ports categories: Remove $PTHREAD_LIBSmarino2015-03-251-2/+2
| | | | | | Categories: print, science, emulators approved by: PTHREAD blanket
* Uses blaslapack.mk.thierry2015-01-101-17/+18
|
* - Update net/openmpi to 1.8.4danilo2014-12-261-1/+1
|
* Cleanup plistantoine2014-11-131-35/+0
|
* - Update net/openmpi from 1.8.2 to 1.8.3danilo2014-09-281-0/+1
|
* Upgrade to version 2.0.7.thierry2014-09-145-27/+26
| | | | | | Note: this is not the latest. Now there is no separate release for ncs and the sources are distributed as code_saturne-x.y.z. Next upgrades in preparation!
* Update the default version of GCC in the Ports Collection from GCC 4.7.4gerald2014-09-111-1/+1
| | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit)
* - Upgrade to 1.5;thierry2014-09-021-1/+1
| | | | - Bump PORTREVISION for consumers.
* Remove some references to no longer existing portsantoine2014-08-301-4/+0
| | | | With hat: portmgr
* Chase the upgrade of net/mpich2.thierry2014-08-271-1/+1
| | | | Approved by: portmgr (non staged ports)
* - Convert net/openmpi to USES=libtool and bump dependent portstijl2014-07-151-1/+1
| | | | | | | - Add INSTALL_TARGET=install-strip - Use BROKEN_sparc64 Approved by: portmgr (implicit, bump unstaged port)
* Add USES=libtooltijl2014-07-082-4/+4
|
* Remove NOPORTDOCS and NOPORTEXAMPLES.adamw2014-07-051-3/+7
|
* The FreeBSD x11@ and graphics team proudly presentszeising2014-04-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a zeising, kwm production, with help from dumbbell, bdrewery: NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE This update switches over to use the new xorg stack by default on FreeBSD 9 and 10 stable, on osversions where vt(9) is available. It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in /etc/make.conf . FreeBSD 8-STABLE and released versions of FreeBSD still use the old version. A package repository with binary packages for new xorg will be available soon. This patch also contains updates of libxcb and related ports, pixman, as well as some drivers and utilities. Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due to xserver version change. Apart from these updates, the way shared libraries are handled has been changed for all xorg ports, as well as libxml2 and freetype, which means ltverhack is gone and as a consequence shared libraries have been bumped. The plan is that this change will make library bumps less likely in the future. All affected ports have had their portrevisions bumped as a consequence of this. Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT. Update instructions, hardware support, and more notes can be found on https://wiki.freebsd.org/Graphics Thanks to: all testers, bdrewery and the FreeBSD x11@ team exp-run by: bdrewery [1] PR: ports/187602 [1] Approved by: portmgr (bdrewery), core (jhb)
* - Unbreak Code_Saturne;thierry2014-03-273-16/+25
| | | | | | - Adapt to the new infrastructure. Note: these ports should be upgraded - this is on my todo list.
* Update the default version of GCC used in the Ports Collection fromgerald2014-03-111-1/+1
| | | | | | | | | | | GCC 4.6.4 to GCC 4.7.3. This entails updating the lang/gcc port as well as changing the default in Mk/bsd.default-versions.mk. Part II, Bump PORTREVISIONs. PR: 182136 Supported by: Christoph Moench-Tegeder <cmt@burggraben.net> (fixing many ports) Tested by: bdrewery (two -exp runs)
* Convert s* to USES=zipbapt2014-03-111-2/+1
|
* - Bump PORTREVISION after KDE4_PREFIX changemakc2014-02-181-1/+1
|
* Convert all USE_FORTRAN=yes to "USES=fortran, USE_GCC=yes". In most casestijl2014-02-171-3/+1
| | | | | | | | | | | USE_GCC=yes has been omitted though. Remove USE_FORTRAN handling from bsd.port.mk and bsd.gcc.mk. Minor cleanups in some ports like USE_GMAKE, NOPORTDOCS,... Exp-run: bdrewery Approved by: portmgr (bdrewery)
* science/ncs: fix 'python' usage to remove implicity dependency of lang/pythonwg2013-12-181-2/+2
| | | | | Reported by: exp-run (PR/184591) Approved by: portmgr (blanket)
* Update to libmpc version 1.0.1 which brings the following fixes:gerald2013-10-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Switched to automake 1.11.6, see CVE-2012-3386. - #14669: Fixed extraction of CC from gmp.h. - Fixed case of intermediate zero real or imaginary part in mpc_fma, found by hydra with GMP_CHECK_RANDOMIZE=1346362345. This is on top of the following changes from version 1.0 - Licence change towards LGPLv3+ for the code and GFDLv1.3+ (with no invariant sections) for the documentation. - 100% of all lines are covered by tests - Renamed functions . mpc_mul_2exp to mpc_mul_2ui . mpc_div_2exp to mpc_div_2ui - 0^0, which returned (NaN,NaN) previously, now returns (1,+0). - Removed compatibility with K&R compilers, which was untestable due to lack of such compilers. - New functions . mpc_log10 . mpc_mul_2si, mpc_div_2si - Speed-ups . mpc_fma - Bug fixes . mpc_div and mpc_norm now return a value indicating the effective rounding direction, as the other functions. . mpc_mul, mpc_sqr and mpc_norm now return correct results even if there are over- or underflows during the computation. . mpc_asin, mpc_proj, mpc_sqr: Wrong result when input variable has infinite part and equals output variable is corrected. . mpc_fr_sub: Wrong return value for imaginary part is corrected. Convert to the new LIB_DEPENDS standard and remove hard-coded .so versions from a couple of dependent ports. Bump PORTREVISIONS of all dependent ports. PR: 183141 Approved by: portmgr (bdrewery)
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-5/+2
| | | | science)
* Rectify USE_TEX to support both of teTeX and TeXLive.hrs2013-05-121-1/+1
| | | | | | | | | TEX_DEFAULT: A knob to choose teTeX or TeXLive. One can specify in /etc/make.conf. USE_TEX: A knob for port developers. Valid keywords are listed in bsd.tex.mk.
* Remove *_DEPENDS from ports which depend on teTeX and add USE_TEX=tetexhrs2013-05-061-2/+2
| | | | instead to make migration to TeXLive easier.
* - Convert USE_ICONV=yes to USES=iconvmva2013-04-281-2/+1
| | | | | - Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig and USE_GETTEXT=yes to USES=gettext while here
* - Convert USE_GETTEXT to USES (part 3)ak2013-04-251-1/+1
| | | | Approved by: portmgr (bapt)
* Bump PORTREVISON after devel/py-sip and devel/qscintilla2 update.makc2013-02-041-0/+1
| | | | | x11-toolkits/py-qt: - mark BROKEN: does not build with latest devel/py-sip
* Fix on FreeBSD-7.x.thierry2012-09-081-0/+29
| | | | Reported by: pointyhat via beat
* Upgrade Code_Saturne to 2.0.thierry2012-07-078-1007/+950
|
* - update png to 1.5.10dinoex2012-06-011-1/+1
|
* adjust linking and comments in dependent ports after the math/atlas update;bf2011-11-221-2/+2
| | | | | | | | math/atlas-devel will be updated to use the same constructs at a later date PR: 162706 Approved by: miwi (portmgr) Feature safe: yes
* Bump PORTREVISION after open-mofit updatemakc2011-05-021-1/+1
|
* Chase the upgrade of MPICH2.thierry2011-02-262-2/+1
| | | | | | | Since I'm there, pet portlint where needed, e.g. by removing oblsolete MD5 checksums. PR: ports/154715
* Chase the upgrade of MPICH2.thierry2010-11-151-2/+2
|
* - update to 1.4.1dinoex2010-03-281-1/+1
| | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi
* - update to jpeg-8dinoex2010-02-051-1/+1
|
* - Chase relocation of net/mpich2thierry2009-11-281-2/+2
| | | | | | - Bump PORTREVISION if needed - Fix some portlint errors.
* Bump PORTREVISION for everything that sets USE_FORTRAN=yes which nowgerald2009-09-131-1/+1
| | | | | | implies lang/gcc44 up from lang/gcc43. Approved by: portmgr
* - bump all port that indirectly depends on libjpeg and have not yet been ↵dinoex2009-07-311-0/+1
| | | | | | bumped or updated Requested by: edwin
* Fix plist with -DNOPORTDOCS.thierry2009-03-171-1/+1
| | | | Reportded by: QAT
* Remove obsolete comment.gerald2009-02-021-1/+1
| | | | Approved by: thierry
* Upgrade to 1.3.3 and use gfortran43.thierry2009-01-276-128/+114
| | | | | Changelog at <http://rd.edf.com/the-edf-offers/research-and-development/softwares/code-saturne/code-saturne-news081127-en-601064.html>
* Bump portrevision due to upgrade of devel/gettext.edwin2008-06-061-0/+1
| | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
* Upgrade Code_Saturne to 1.3.2.thierry2008-05-019-208/+80
| | | | | | | | | | | | Code_Saturne 1.3.2 contains important corrections in the extended neighbourhood (used for gradient calculation with options IMRGRA=2 and 3 and for the LES dynamic model), in the steady-state algorithm and for rotation periodicity. Therefore it is strongly advised to upgrade to version 1.3.2. Earlier releases of version 1.3 (especially versions 1.3.f and 1.3.1) are considered obsolete and have been removed from the website. Note: the pdf handbooks don't build at the moment, but they are available from the Code_Saturne's main site.
* - Remove unneeded dependency from gtk12/gtk20 [1]miwi2008-04-201-1/+1
| | | | | | | | | | | | | | | - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav)
* Upgrade NCS to 1.3.1.thierry2008-01-028-356/+381
|
* Don't set TERM conditionally on pointyhat, to avoid it defaulting tothierry2007-06-291-0/+4
| | | | | | `su' which breaks the build. Reported by: pointyhat via pav
* Remove a .orig file to fix plist.thierry2007-06-281-0/+1
|
* Code_Saturne is EDF's general purpose computational fluid dynamicsthierry2007-06-1813-0/+1237
software. Developed since 1997 at EDF R&D, it is based on a co-located Finite Volume approach that accepts meshes with any type of cell (tetrahedral, hexahedral, prismatic, pyramidal, polyhedral, ...) and any type of grid structure (unstructured, blockstructured, hybrid, conforming or with hanging nodes, ...). Its basic capabilities enable the handling of either incompressible or expandable flows with or without heat transfer and turbulence (mixing length, 2-equation models, v2f, Reynolds stress models, Large Eddy Simulations, ...). <http://rd.edf.com/code_saturne/>