notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

FInally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combinatio for a given watch list. This is what FreshPorts will look for.

Port details
superlu_mt Routines for performing multithreaded sparse factorization
3.1.20160319_6 math Deleted on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 3.1.20160319_6Version of this port present on the latest quarterly branch.
Broken BROKEN: fails to extract: Failed to open 'superlu_mt_3.1.tar.gz'
Ignore IGNORE: is marked as broken: fails to extract: Failed to open 'superlu_mt_3.1.tar.gz'
There is no maintainer for this port.
Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2003-07-12 03:17:30
Last Update: 2020-01-25 19:55:55
SVN Revision: 524125
License: BSD3CLAUSE
WWW:
https://portal.nersc.gov/project/sparse/superlu/#superlu_mt
Description:
SuperLU_MT (version 3.1) ======================== SuperLU_MT contains a set of subroutines to solve a sparse linear system A*X=B. It uses Gaussian elimination with partial pivoting (GEPP). The columns of A may be preordered before factorization; the preordering for sparsity is completely separate from the factorization. SuperLU_MT is a parallel extension to the serial SuperLU library. SuperLU_MT is implemented in ANSI C, with multithreading extension, for example, using POSIX threads or OpenMP. Currently, only the LU factorization routine, which is the most time-consuming part of the solution process, is parallelized on machines with a shared address space. The other routines, such as column preordering and the forward and back substitutions are performed sequentially. The library provides functionality for both real and complex matrices, in both single and double precision. Xiaoye S. Li, Lawrence Berkeley National Lab, xiaoye@nersc.gov James Demmel, Univ. of California Berkeley, demmel@cs.berkeley.edu John R. Gilbert, Xerox Palo Alto Research Center, gilbert@parc.xerox.com NOTE: This library has to be linked with BLAS or a thread safe replacement. WWW: https://portal.nersc.gov/project/sparse/superlu/#superlu_mt
Homepage    cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (22 items)
Collapse this list.
  1. @ldconfig
  2. /usr/local/share/licenses/superlu_mt-3.1.20160319_6/catalog.mk
  3. /usr/local/share/licenses/superlu_mt-3.1.20160319_6/LICENSE
  4. /usr/local/share/licenses/superlu_mt-3.1.20160319_6/BSD3CLAUSE
  5. include/superlu_mt/colamd.h
  6. include/superlu_mt/pxgstrf_synch.h
  7. include/superlu_mt/slu_dcomplex.h
  8. include/superlu_mt/slu_mt_Cnames.h
  9. include/superlu_mt/slu_mt_cdefs.h
  10. include/superlu_mt/slu_mt_ddefs.h
  11. include/superlu_mt/slu_mt_machines.h
  12. include/superlu_mt/slu_mt_sdefs.h
  13. include/superlu_mt/slu_mt_util.h
  14. include/superlu_mt/slu_mt_zdefs.h
  15. include/superlu_mt/slu_scomplex.h
  16. include/superlu_mt/supermatrix.h
  17. lib/libsuperlu_mt.so
  18. lib/libsuperlu_mt_PTHREAD.a
  19. lib/libsuperlu_mt_PTHREAD.so
  20. lib/libsuperlu_mt_PTHREAD.so.3
  21. share/doc/superlu_mt/simax97.pdf
  22. share/doc/superlu_mt/ug.pdf
Collapse this list.
Dependency lines:
  • superlu_mt>0:math/superlu_mt
No installation instructions:
This port has been deleted.
PKGNAME: superlu_mt
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1579641376 SHA256 (superlu/simax97.pdf) = e195d62c4ac6c06c9f2cde1c4d1bf07ffd8b4526ad66961e5abdf93c367fa6b7 SIZE (superlu/simax97.pdf) = 466898

No package information for this port in our database
Sometimes this happens. Not all ports have packages.
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. gfortran9 : lang/gcc9
  2. gmake : devel/gmake
  3. as : devel/binutils
Runtime dependencies:
  1. gfortran9 : lang/gcc9
Library dependencies:
  1. libblas.so : math/blas
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for superlu_mt-3.1.20160319_6: DOCS=on: Build and/or install documentation ===> Use 'make config' to modify these settings
Options name:
N/A
USES:
fortran gmake
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://portal.nersc.gov/project/sparse/superlu/
Collapse this list.

Number of commits found: 72

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
3.1.20160319_6
25 Jan 2020 19:55:55
Revision:524125Original commit files touched by this commit
antoine search for other commits by this committer
Revert r524124, resurrection of a still broken and still unmaintained port

Reported by:	linimon
With hat:	portmgr
3.1.20160319_6
25 Jan 2020 19:24:01
Revision:524121Original commit files touched by this commit
linimon search for other commits by this committer
Mark BROKEN: fails to extract:

  Error opening archive: Failed to open
'<portsdir>/superlu/superlu_mt_3.1.tar.gz'
3.1.20160319_6
24 Jan 2020 15:27:20
Revision:523970Original commit files touched by this commit
pfg search for other commits by this committer
math/superlu_mt: Resurrect.

After an upstream reshuffle the documentation had pemrission issues, but the
issue has been fixed upstream now.

Approved by:	thierry (mentor, previous version)
3.1.20160319_6
16 Oct 2019 15:29:32
Revision:514601Original commit files touched by this commit
rene search for other commits by this committer
Remove expired ports:

2019-10-16 archivers/freetar: Unfetchable, unmaintained
2019-10-16 archivers/hffzip: Unfetchable, unmaintained
2019-10-16 archivers/hpack.non-usa.only: Unfetchable, unmaintained
2019-10-16 archivers/untar: Unfetchable, unmaintained
2019-10-16 astro/gpsdrive: Unfetchable, unmaintained
2019-10-16 astro/planets: Unfetchable, unmaintained
2019-10-16 audio/ascd: Unfetchable, unmaintained
2019-10-16 audio/audiotag: Unfetchable, unmaintained
2019-10-16 audio/gmidimonitor: Unfetchable, unmaintained
2019-10-16 audio/gmpc-lyricwiki: Unfetchable, unmaintained
2019-10-16 audio/jack_mixer: Unfetchable, unmaintained
2019-10-16 audio/jmusic: Unfetchable, unmaintained
2019-10-16 audio/maplay: Unfetchable, unmaintained
(Only the first 15 lines of the commit message are shown above View all of this commit message)
3.1.20160319_6
15 Sep 2019 17:28:09
Revision:512125Original commit files touched by this commit
antoine search for other commits by this committer
Deprecate a few ports
3.1.20160319_6
11 Aug 2019 18:34:15
Revision:508661Original commit files touched by this commit
antoine search for other commits by this committer
Revert r508261, it's even more BROKEN

Reported by:	pkg-fallout
3.1.20160319_6
06 Aug 2019 16:16:50
Revision:508261Original commit files touched by this commit
pfg search for other commits by this committer
math/superlu_mt: update URLs.

Make fetchable again.
Cleanup distfiles while here.

Approved by:	thierry (mentor)
3.1.20160319_6
04 Aug 2019 21:08:37
Revision:508125Original commit files touched by this commit
antoine search for other commits by this committer
Mark BROKEN: unfetchable
3.1.20160319_6
26 Jul 2019 20:46:57
Revision:507372Original commit files touched by this commit
gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.

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, everything INDEX-11 shows with a dependency on lang/gcc9 now.

PR:		238330
3.1.20160319_5
22 Apr 2019 13:16:34
Revision:499638Original commit files touched by this commit
gerald search for other commits by this committer
Related to revision 499061 bump ports with USES=fortran to have them
benefit from the improved situation where libgcc_s is only used when
absolutely necessary.

Suggested by:	tijl
3.1.20160319_4
12 Dec 2018 01:35:36
Revision:487272Original commit files touched by this commit
gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
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
3.1.20160319_3
29 Jul 2018 22:18:46
Revision:475857Original commit files touched by this commit
gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.

This includes ports
 - featuring USE_GCC=yes or USE_GCC=any,
 - featuring USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and those
 - with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
   c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.

PR:		222542
3.1.20160319_2
05 Jul 2018 06:22:52
Revision:473949Original commit files touched by this commit
linimon search for other commits by this committer
Mark as broken on powerpc64: build runs away and consumes all memory.
I had previously noted this as well.

Submitted by:	jhibbits
3.1.20160319_2
15 May 2018 08:34:08
Revision:470000Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Switch to options helpers
- Switch to new test framework

Approved by:	portmgr blanket
3.1.20160319_2
10 Mar 2018 17:46:06
Revision:464084Original commit files touched by this commit
gerald search for other commits by this committer
Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079).
3.1.20160319_1
10 Sep 2017 20:55:39
Revision:449591Original commit files touched by this commit
gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 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, c++11-lib, c++11-lang,
   c++14-lang, c++0x, c11, or gcc-c++11-lib.

PR:		219275
3.1.20160319
17 Jun 2017 08:34:19
Revision:443735Original commit files touched by this commit
thierry search for other commits by this committer
Update math/superlu_mt to version 3.1, along with some cleanups.

PR:		219265
Submitted by:	pfg
2.0.20080115_9
02 May 2017 22:23:52
Revision:439991Original commit files touched by this commit
linimon search for other commits by this committer
Mark some ports failing on aarch64, and, in a few cases, other tier-2
archs.

While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
2.0.20080115_9
01 Apr 2017 15:23:32
Revision:437439Original commit files touched by this commit
gerald search for other commits by this committer
Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using using Mk/bsd.octave.mk which in turn has USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
   c++11-lang, c++0x, c11, or gcc-c++11-lib.

PR:		216707
2.0.20080115_8
07 Dec 2016 13:24:57
Revision:428057Original commit files touched by this commit
gerald search for other commits by this committer
Bump PORTREVISIONS for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some
circumstances such as versions of FreeBSD or platforms), part II.

The first part covered  ports with USE_GCC=yes, USE_GCC=any, or one of
gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang,
c++11-lang, c++0x, c11 requested via USES=compiler.

This adds ports with USES=fortran and ports using Mk/bsd.octave.mk
which in turn has USES=fortran.

PR:		214965
Reported by:	thierry
2.0.20080115_7
21 Oct 2016 12:51:41
Revision:424411Original commit files touched by this commit Sanity Test Failure
mat search for other commits by this committer
${RM} already has -f.

PR:		213570
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
2.0.20080115_7
27 Jun 2016 21:30:34
Revision:417685Original commit files touched by this commit
rene search for other commits by this committer
Reset ports maintained by bf@ until he has time again to work on them.

PR:		210474
Submitted by:	jbeich
With hat:	portmgr-secretary
2.0.20080115_7
19 May 2016 10:44:12
Revision:415499Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Fix trailing whitespace in pkg-descrs, categories [g-n]*

Approved by:	portmgr blanket
2.0.20080115_7
01 Apr 2016 14:16:20
Revision:412348Original commit files touched by this commit
mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.

With hat:	portmgr
Sponsored by:	Absolight
2.0.20080115_7
01 Apr 2016 13:18:17
Revision:412342Original commit files touched by this commit
mat search for other commits by this committer
Fixup some whitespace at the beginning of lines problems.

With hat:	portmgr
Sponsored by:	Absolight
2.0.20080115_7
09 May 2015 01:12:51
Revision:385847Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Don't install static libraries with INSTALL_LIB (part 2/2)

Approved by:	portmgr blanket
MFH:		2015Q2
2.0.20080115_6
25 Mar 2015 07:37:15
Revision:382199Original commit files touched by this commit
marino search for other commits by this committer
math category: Remove $PTHREAD_LIBS

Note that math/PDL did not pass stage-QA before, so it was fixed.

approved by:	PTHREAD blanket
2.0.20080115_6
14 Nov 2014 09:39:21
Revision:372555Original commit files touched by this commit
antoine search for other commits by this committer
Cleanup plist
2.0.20080115_6
10 Sep 2014 20:50:37
Revision:367888Original commit files touched by this commit
gerald search for other commits by this committer
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.

Part II, Bump PORTREVISIONs.

PR:		192025
Tested by:	antoine (-exp runs)
Approved by:	portmgr (implicit)
2.0.20080115_5
15 Jul 2014 16:23:08
Revision:361962Original commit files touched by this commit
adamw search for other commits by this committer
Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS.
2.0.20080115_5
08 Jul 2014 14:11:30
Revision:361247Original commit files touched by this commit
bf search for other commits by this committer
Use staging
2.0.20080115_5
25 Jun 2014 05:35:32
Revision:359185Original commit files touched by this commit
bapt search for other commits by this committer
Convert GMAKE to MAKE_CMD
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
2.0.20080115_5
10 Mar 2014 20:55:22
Revision:347809Original commit files touched by this commit
gerald search for other commits by this committer
Update the default version of GCC used in the Ports Collection from
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)
2.0.20080115_4
16 Feb 2014 17:15:32
Revision:344614Original commit files touched by this commit
tijl search for other commits by this committer
Convert all USE_FORTRAN=yes to "USES=fortran, USE_GCC=yes".  In most cases
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)
2.0.20080115_4
26 Jan 2014 13:20:08
Revision:341172Original commit files touched by this commit
gerald search for other commits by this committer
Ensure sure LDFLAGS are used correctly (which is necessary for newer
versions of GCC, for example).

PR:		182136
Submitted by:	Christoph Moench-Tegeder <cmt@burggraben.net>
Approved by:	maintainer timeout
2.0.20080115_4
26 Oct 2013 00:52:36
Revision:331644Original commit files touched by this commit
gerald search for other commits by this committer
Update to libmpc version 1.0.1 which brings the following fixes:

 - 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
(Only the first 15 lines of the commit message are shown above View all of this commit message)
2.0.20080115_3
20 Sep 2013 20:55:06
Revision:327746Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
math)
2.0.20080115_3
05 Jul 2013 06:38:03
Revision:322308Original commit files touched by this commit
bapt search for other commits by this committer
Move USE_GMAKE prior to pre.mk in preparation for USES=gmake
2.0.20080115_3
22 Nov 2011 11:14:10
Original commit files touched by this commit
bf search for other commits by this committer
adjust linking and comments in dependent ports after the math/atlas update;
math/atlas-devel will be updated to use the same constructs at a later date

PR:             162706
Approved by:    miwi (portmgr)
Feature safe:   yes
2.0.20080115_3
05 Aug 2011 03:05:18
Original commit files touched by this commit
linimon search for other commits by this committer
Mark broken on sparc64: does not link.
2.0.20080115_3
24 Jul 2011 03:05:21
Original commit files touched by this commit
bf search for other commits by this committer
take in some orphans
2.0.20080115_3
15 Mar 2011 09:01:54
Original commit files touched by this commit
bapt search for other commits by this committer
Update WWW
While here remove MD5
2.0.20080115_3
16 Feb 2010 06:24:38
Original commit files touched by this commit
maho search for other commits by this committer
Mark as broken with gotoblas, and rewrite gotoblas part.

Feature safe:   yes
2.0.20080115_3
21 Dec 2009 02:19:12
Original commit files touched by this commit
dougb search for other commits by this committer
For ports maintained by ports@FreeBSD.org, remove names and/or
e-mail addresses from the pkg-descr file that could reasonably
be mistaken for maintainer contact information in order to avoid
confusion on the part of users looking for support. As a pleasant
side effect this also avoids confusion and/or frustration for people
who are no longer maintaining those ports.
2.0.20080115_3
26 Sep 2009 06:13:16
Original commit files touched by this commit
dinoex search for other commits by this committer
- update to newer distfile
- use new DIST_SUBDIR
Verified changes, includes, type casts, small functional changes.
PR:             139043
Submitted by:   Sylvio Cesar
Feature safe:   yes
2.0.20080115_2
13 Sep 2009 00:08:01
Original commit files touched by this commit
gerald search for other commits by this committer
Bump PORTREVISION for everything that sets USE_FORTRAN=yes which now
implies lang/gcc44 up from lang/gcc43.

Approved by:    portmgr
2.0.20080115_1
14 Aug 2009 15:01:56
Original commit files touched by this commit
erwin search for other commits by this committer
Mark BROKEN: checksum mismatch
2.0.20080115_1
07 Jan 2009 16:34:27
Original commit files touched by this commit
gerald search for other commits by this committer
Bump PORTREVISION due to change of USE_FORTRAN=yes to GCC 4.3.
2.0.20080115
02 Sep 2008 01:59:58
Original commit files touched by this commit
maho search for other commits by this committer
Hopefully fix the build...
2.0.20080115
06 Aug 2008 07:17:18
Original commit files touched by this commit
erwin search for other commits by this committer
Mark BROKEN: does not install.
2.0.20080115
17 Jul 2008 01:45:27
Original commit files touched by this commit
maho search for other commits by this committer
A fix.
2.0.20080115
15 Jul 2008 01:25:29
Original commit files touched by this commit
maho search for other commits by this committer
I belive this should fix the build.
2.0.20080115
14 Jul 2008 03:27:15
Original commit files touched by this commit
maho search for other commits by this committer
Omit @ to see what is happening.
2.0.20080115
09 Jul 2008 03:03:56
Original commit files touched by this commit
maho search for other commits by this committer
Build fix. (hopefully...)

Submitted by:   pav and itetcu
2.0.20080115
03 Jul 2008 03:53:21
Original commit files touched by this commit
maho search for other commits by this committer
Build fix on amd64.

Submitted by:   itetcu
2.0.20080115
02 Jul 2008 05:28:25
Original commit files touched by this commit
maho search for other commits by this committer
Fix build.

Submitted by:     itetcu (QA Tindy)
2.0.20080115
02 Jul 2008 03:28:13
Original commit files touched by this commit
maho search for other commits by this committer
Update pkg-descr as well.

Submitted by:   "Pedro F. Giffuni" <giffunip@tutopia.com>
2.0.20080115
02 Jul 2008 02:46:48
Original commit files touched by this commit
maho search for other commits by this committer
(forced commit)
Update to 2.0 (2008/01/15 version)
2.0.20080115
02 Jul 2008 02:32:04
Original commit files touched by this commit
maho search for other commits by this committer
* Enhancements to math/superlu_mt [1].
* Making shared lib.
* Select BLAS.

PR:             124785 [1]
Submitted by:   "Pedro F. Giffuni" <giffunip@tutopia.com>
1.0.20050524_1
14 Jul 2007 02:38:20
Original commit files touched by this commit
maho search for other commits by this committer
Now we use USE_FORTRAN=yes to use FORTRAN compiler.
1.0.20050524_1
12 Jan 2007 08:18:07
Original commit files touched by this commit
maho search for other commits by this committer
* Use gfortran42 only and not gcc42.
* Bump portrevision.
1.0.20050524
21 Jun 2006 05:53:05
Original commit files touched by this commit
maho search for other commits by this committer
Use blas instead of atlas

PR:             99189
Submitted by:   Pedro F. Giffuni <giffunip@asme.org>
1.0.20050524
10 May 2006 22:37:39
Original commit files touched by this commit
edwin search for other commits by this committer
Remove USE_REINPLACE from ports starting with M
1.0.20050524
25 Nov 2005 15:48:16
Original commit files touched by this commit
pav search for other commits by this committer
- Add SHA256
1.0.20050524
25 Jul 2005 07:21:29
Original commit files touched by this commit
mezz search for other commits by this committer
-Update to 1.0.20050524, they never bump version so add date in it on our own.
-Remove the BROKEN, DEPRECATED and EXPIRATION_DATE.

PR:             ports/83938
Submitted by:   TAOKA Fumiyoshi <fmysh@iijmio-mail.jp>
1.0
23 Jul 2005 02:53:43
Original commit files touched by this commit
kris search for other commits by this committer
This port is scheduled for deletion on 2005-09-22 if it is still broken
at that time and no PRs have been submitted to fix it.
1.0
10 Jul 2005 19:26:19
Original commit files touched by this commit
kris search for other commits by this committer
BROKEN: Size mismatch
1.0
27 Sep 2004 07:31:01
Original commit files touched by this commit
thierry search for other commits by this committer
make replaced the defined command by our ${ARCH}.

Approved by:    portmgr (marcus).
1.0
26 Sep 2004 03:15:46
Original commit files touched by this commit
kris search for other commits by this committer
BROKEN on 5.x: Broken by changes to make(1)

Approved by:    portmgr (self)
1.0
29 Jan 2004 16:13:06
Original commit files touched by this commit
trevor search for other commits by this committer
SIZEify.
1.0
12 Jul 2003 06:26:00
Original commit files touched by this commit
maho search for other commits by this committer
(forced commit)
Added SuperLU_MT, which
contains a set of subroutines to solve a sparse linear system
A*X=B. It uses Gaussian elimination with partial pivoting (GEPP).
The columns of A may be preordered before factorization; the
preordering for sparsity is completely separate from the factorization.

SuperLU_MT is a parallel extension to the serial SuperLU library.

SuperLU_MT (math/superlu_mt) and SuperLU (math/superlu) are
employing quite different implimentation, so we decided
to make separete ports.

Pointed out by: kris
Pointy hat to:  myself
1.0
12 Jul 2003 03:11:47
Original commit files touched by this commit
maho search for other commits by this committer
Add new port superlu_mt

PR:             52033
Submitted by:   Pedro F. Giffuni <giffunip@yahoo.com>

Number of commits found: 72