aboutsummaryrefslogtreecommitdiff
path: root/math/spooles
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-12-121-1/+1
| | | | | | | | | | | | | | | | | | defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t GCC 8.2 under most circumstances. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, as a double check, everything INDEX-11 showed depending on lang/gcc7. PR: 231590 Notes: svn path=/head/; revision=487272
* Change 10 ports from net/mpich2 to net/mpichYuri Victorovich2018-09-221-2/+2
| | | | | | | | | | mpich2 is the obsolete version 2.x, mpich is at the current version 3.x science/triqs science/PETSc math/py-slepc4py math/slepc math/py-petsc4py math/petiga math/sundials cad/elmerfem math/blocksolve95 math/spooles Notes: svn path=/head/; revision=480424
* Return maho@'s ports to the pool after his commit bit expired.Rene Ladan2018-03-111-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=464164
* Bump PORTREVISIONs of all users of math/mpc that we just updated toGerald Pfeifer2018-03-101-1/+1
| | | | | | | version 1.1.0 (via revision 464079). Notes: svn path=/head/; revision=464084
* Remove unneeded usage of:Mathieu Arnold2016-06-061-2/+1
| | | | | | | | | | | - MASTER_SITE_SUBDIR - ${MASTER_SITES_FOO} - :DEFAULT (and use a default when appropriate) Sponsored by: Absolight Notes: svn path=/head/; revision=416469
* Cosmetic updatesMaho Nakata2016-04-1814-33/+64
| | | | | | | | | | | | - Clean up a malloc() call to get rid of some warnings. - Pet portlint by using "makepatch" for the patches, added the license, changed a tab after the WWW line. PR: 208295 Submitted by: pfg@ Notes: svn path=/head/; revision=413569
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* Fixup some whitespace at the beginning of lines problems.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412342
* math/spooles(-mpich): Fix DOCS optionsJohn Marino2016-01-171-2/+2
| | | | | | | | | | | | The OPTIONS_DEFINE line was placed after <bsd.ports.pre.mk> meaning the <bsd.ports.option.mk> file was imported before the options were defined. This is revealed by SELECTED_OPTIONS showing up blank rather than as "DOCS". Move the line before the includes to fix. Approved by: just-fix-it Notes: svn path=/head/; revision=406301
* Remove $FreeBSD$ from patches files everywhere.Mathieu Arnold2015-05-221-1/+0
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=387082
* math category: Remove $PTHREAD_LIBSJohn Marino2015-03-252-3/+7
| | | | | | | | | Note that math/PDL did not pass stage-QA before, so it was fixed. approved by: PTHREAD blanket Notes: svn path=/head/; revision=382199
* math/spooles: fix docs optionMaho Nakata2015-03-141-0/+2
| | | | | | | | PR: 196521 Submitted by: pfg@ Notes: svn path=/head/; revision=381253
* Cleanup plistAntoine Brodin2014-11-141-37/+0
| | | | Notes: svn path=/head/; revision=372555
* - Upgrade to 1.5;Thierry Thomas2014-09-011-1/+1
| | | | | | | - Bump PORTREVISION for consumers. Notes: svn path=/head/; revision=366964
* Chase the upgrade of net/mpich2.Thierry Thomas2014-08-261-1/+1
| | | | | | | Approved by: portmgr (non staged ports) Notes: svn path=/head/; revision=366262
* Convert a bunch of EXTRACT_SUFX=... into USES=tar:...Adam Weinberger2014-07-291-2/+1
| | | | | | | Approved by: portmgr (not really, but touches unstaged ports) Notes: svn path=/head/; revision=363374
* Remove NOPORTDOCS and NOPORTEXAMPLES.Adam Weinberger2014-07-041-5/+8
| | | | | | | Approved by: portmgr (blanket) Notes: svn path=/head/; revision=360499
* Convert GMAKE to MAKE_CMDBaptiste Daroussin2014-06-251-6/+6
| | | | | | | | | | Please note that lots of invocation of MAKE_CMD here are wrong as they do not properly respect MAKE_ENV and friends With hat: portmgr Notes: svn path=/head/; revision=359185
* math/spooles*: specify post-extraction with ${TAR}John Marino2014-05-291-1/+1
| | | | | | | | | | | | | | | It's possible that EXTRACT_CMD won't be predefined in the near future in order to support distfiles in multiple formats. We know the post- extraction tool needs to be tar, so let's specify it directly. It may be worth looking at the post-extract target here and seeing if it's really needed. Often one can just change the WRKSRC value to avoid a custom post-extract taraget. Approved by: infrastructure improvements blanket Notes: svn path=/head/; revision=355754
* - Stage supportMartin Wilke2014-02-261-23/+20
| | | | Notes: svn path=/head/; revision=346101
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | math) Notes: svn path=/head/; revision=327746
* Unify files/patch-I2Ohash-large-input and files/patch-I2Ohash+src+util.c.Maho Nakata2013-03-062-103/+6
| | | | Notes: svn path=/head/; revision=313501
* Add a fix to math/spooles from the CalculiX package.Maho Nakata2013-03-063-2/+101
| | | | | | | | PR: 176653 Submitted by: pfg@ Notes: svn path=/head/; revision=313492
* Chase the upgrade of MPICH2.Thierry Thomas2011-02-262-9/+1
| | | | | | | | | | Since I'm there, pet portlint where needed, e.g. by removing oblsolete MD5 checksums. PR: ports/154715 Notes: svn path=/head/; revision=269786
* - Chase relocation of net/mpich2Thierry Thomas2009-11-282-3/+3
| | | | | | | | | - Bump PORTREVISION if needed - Fix some portlint errors. Notes: svn path=/head/; revision=244904
* Fix segfault for very large systemsMaho Nakata2009-01-092-1/+35
| | | | | | | | | | (1,000,000 dofs and more). http://groups.yahoo.com/group/calculix/message/5018 Submitted by: "Pedro F. Giffuni" Notes: svn path=/head/; revision=225621
* Update pkg-descr.Maho Nakata2007-09-221-1/+1
| | | | | | | Submitted by: bf <bf2006a@yahoo.com> Notes: svn path=/head/; revision=199879
* Build fix for ports/spooles-mpichMaho Nakata2007-01-231-3/+1
| | | | Notes: svn path=/head/; revision=183048
* Add missing object files.Maho Nakata2007-01-093-1/+21
| | | | | | | Bump portrevision. Notes: svn path=/head/; revision=181841
* Install shared libs too.Maho Nakata2007-01-093-23/+46
| | | | | | | Bump port revision. Notes: svn path=/head/; revision=181834
* Change dependence to net/mpich2Maho Nakata2006-07-232-3/+3
| | | | | | | Submitted by: thierry Notes: svn path=/head/; revision=168515
* Remove USE_REINPLACE from ports starting with MEdwin Groothuis2006-05-101-1/+0
| | | | Notes: svn path=/head/; revision=162032
* forgot to add two patches...Maho Nakata2006-03-152-0/+26
| | | | Notes: svn path=/head/; revision=157123
* Minor enhancements.Maho Nakata2006-03-151-3/+9
| | | | | | | | | | port should send CFLAGS, adding -fPIC for amd64. PR: 93612 Submitted by: Pedro F. Giffuni <giffunip@asme.org> Notes: svn path=/head/; revision=157122
* SHA256ifyEdwin Groothuis2006-01-221-0/+8
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154159
* Fix packaging.Maho Nakata2005-01-301-1/+1
| | | | | | | Submitted by: kris via pointyhat Notes: svn path=/head/; revision=127677
* New versions of cad/calculix (>=1.2) will let us build with Multithreaded ↵Maho Nakata2005-01-201-27/+11
| | | | | | | | | | | | | support in addition to the serial version. This change is required for that purpose, and doesn't seem to have any ill efect on the serial version. PR: 75528 Submitted by: Pedro F. Giffuni <giffunip@asme.org> Notes: svn path=/head/; revision=126891
* 1) Adding missing symbols in the libraryMaho Nakata2004-10-194-25/+51
| | | | | | | | | | 2) Makefile Cleanups. PR: 72216 Submitted by: thierry@ Notes: svn path=/head/; revision=119764
* Make portlint happy by replacing space to tabMaho Nakata2004-05-061-9/+9
| | | | | | | | PR: 65409 Submitted by: trevor Notes: svn path=/head/; revision=108577
* SIZEifyMaho Nakata2004-03-191-0/+8
| | | | | | | Submitted by: trevor Notes: svn path=/head/; revision=104580
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | | | | (Part 1) Notes: svn path=/head/; revision=99918
* Correct patch file so that cleanly appled.Maho Nakata2003-11-091-2/+2
| | | | | | | Submitted by: bento Notes: svn path=/head/; revision=93595
* A small bug was found on the multithreaded version of spooles...Maho Nakata2003-11-041-0/+11
| | | | | | | | PR: 58908 Submitted by: Pedro F. Giffuni <giffunip@yahoo.com> Notes: svn path=/head/; revision=93061
* Some clean up and enhancementMaho Nakata2003-06-103-82/+76
| | | | | | | | | PR: 52019 Submitted by: Pedro F. Giffuni <giffunip@yahoo.com> Rewrote in many ways... Notes: svn path=/head/; revision=82663
* SPOOLES is a library for solving sparse real and complex linearMaho Nakata2003-05-057-0/+713
systems of equations. Submitted by: Pedro Giffuni <giffunip@asme.org> Notes: svn path=/head/; revision=80138