aboutsummaryrefslogtreecommitdiffstats
path: root/math/linpack
Commit message (Collapse)AuthorAgeFilesLines
* Switch to MASTER_SITE_NETLIB and adoptbf2011-03-311-3/+2
|
* - Get Rid MD5 supportmiwi2011-03-201-180/+0
|
* 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
* ${MAKE_ENV} already included FC and F77 with USE_FORTRAN; omit duplication.gerald2009-02-071-1/+1
|
* Bump PORTREVISION due to change of USE_FORTRAN=yes to GCC 4.3.gerald2009-01-081-1/+1
|
* - Make fetchablepav2008-04-052-544/+544
| | | | | PR: ports/122236 Submitted by: Wen heping <wenheping@gmail.com>
* Now we use USE_FORTRAN=yes to use FORTRAN compiler.maho2007-07-121-4/+1
|
* fix pkg-plistmaho2007-01-151-1/+1
| | | | Submitted by: kris via pointyhat
* * Migrate to gfortran.maho2007-01-113-4/+15
| | | | * Bump portrevision.
* - s,INSTALLS_SHLIB,USE_LDCONFIG,gclsung2006-08-151-1/+1
| | | | | | | - these include irc/ japanese/ java/ lang/ mail/ math/ maintained by ports@ PR: ports/101916 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
* - Add SHA256pav2005-11-251-0/+180
|
* www.hensa.ac.uk has been replaced by the UK Mirror Service on 1 August 1999.fenner2005-10-011-1/+1
| | | | | | | Move MASTER_SITES that have been dead for 6 years from www.hensa.ac.uk to the UK Mirror Service, ftp.mirrorservice.org. Approved By: portmgr (linimon)
* SIZEify.trevor2004-03-181-0/+180
|
* De-pkg-comment.knu2003-02-212-1/+1
|
* o Rollback PORTCOMMENT modifications while this feature's implementationlioux2002-11-112-2/+1
| | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence)
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.adamw2002-11-072-1/+2
| | | | Approved by: pat
* Update checksums. Distfiles were rerolled using maximum compression level,sobomax2001-03-131-35/+35
| | | | | | | but content of the distfiles is absolutely the same. Therefore don't touch PORTREVISION. Submitted by: bento
* Massive style enforcement - use ^I instead of spaces for variables identation.sobomax2001-01-171-1/+1
|
* Remove ftp://ftp.netlib.org/linpack/ from the list of MASTER_SITES.dirk2000-07-131-2/+1
| | | | | | | They don't have the gzip'ed distfiles and they don't support compression on the fly properly. Noticed by: bento
* Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in theasami2000-06-171-1/+1
| | | | | | | | | previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.) Line up the rhs of variable assignments nicely. Remove a couple of extra whitespaces while I'm here. Suggested by: sobomax
* Fourth round of INSTALLS_SHLIBS conversion.sobomax2000-06-162-5/+1
|
* Convert to PORTNAME/PORTVERSION.asami2000-04-141-4/+3
|
* remove aout supportmharo2000-03-243-12/+5
|
* * Added secondary sites to MASTER_SITESsteve1999-12-242-13/+19
| | | | | | | | * Rearranged extract target * Added WWW: line to pkg/DESCR PR: 15500 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* Fixup MASTER_SITE. Also moved (Satoshi repo-copied it) Makefile.libsteve1999-09-261-4/+2
| | | | | | | to the files directory. PR: 13597 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* Change Id->FreeBSD.obrien1999-08-251-1/+1
|
* awk -> ${AWK}mharo1999-08-231-2/+2
| | | | | | | | basename -> ${BASENAME} cat -> ${CAT} cp -> ${CP} ldconfig -> ${LDCONFIG} mkdir -> ${MKDIR}
* #4/4 enforcing Caps, no periodhoek1999-06-271-1/+1
| | | | | | | | | | | | [Has anyone figured-out what makes the number 393 so interesting to PW, now?] I wonder what was going through Jordan's head during his infamous $Id$-smashing commit. Before I forget.... Thanks to naddy@mips.rhein-neckar.de (Christian Weisgerber) for prompting this commit. See msg-id: 7geokh$tje$1@mips.rhein-neckar.de
* Adjust port Makefiles to new EXTRACT_* variable defaults. See log ofasami1999-02-031-2/+3
| | | | | | | | | | | | | | | | | | | bsd.port.mk rev. 1.304 for details on the change. The fix here is one of the following. (1) Define USE_BZIP2 instead of BUILD_DEPENDS on bzip2 and redefining EXTRACT_* commands. (2) Change ${EXTRACT_CMD} to ${TAR} when the command is obviously calling the "tar" command (i.e., arguments like "-xzf" are spelled out). (3) If ${EXTRACT_CMD} is called directly with ${EXTRACT_BEFORE_ARGS}, add ${EXTRACT_AFTER_ARGS} to the command line as well. (4) If any of EXTRACT_CMD, EXTRACT_BEFORE_ARGS or EXTRACT_AFTER_ARGS is set, define the other two too.
* Call a script with sh instead of trying to chmod it.asami1998-12-011-5/+2
|
* Use bsd.port.{pre,post}.mk to move PORTOBJFORMAT to front, or changeasami1998-11-141-5/+7
| | | | | shell loops to make loops. Use EXTRA_PKG_FLAGS to add install scripts instead of adding it to PKG_FLAGS after bsd.port.mk.
* It's not a good idea to use RUN_DEPENDS on shared libs. Change it toasami1998-09-281-2/+5
| | | | | | | LIB_DEPENDS for now; if you *really* have to do this, at least RUN_DEPENDS on the *.so link so it will work for both a.out and ELF. While I'm here, create the *.so link explicitly for the a.out case.
* Convert to ELF.steve1998-09-281-3/+4
|
* libcor.so -> libblas.sosteve1998-09-271-2/+2
|
* Add two sites for retrieving, remove ftp.netlib.orgscrappy1998-07-082-182/+183
|
* Changes so that distrfiles are retriveable...md5 changes to followscrappy1998-07-081-3/+3
|
* Execute `ldconfig -R' at the pkg_delete step.tg1998-05-051-0/+1
| | | | | PR: 6281 Submitted by: SADA Kenji <sada@e-mail.ne.jp>
* ldconfig -> ${LDCONFIG}.max1997-07-171-2/+2
|
* Fix MASTER_SITE since netlib.att.com went away, do dependence on blasfenner1997-04-032-11/+10
| | | | properly, and clean up Makefiles a little.
* Add ${DIST_SUBDIR} in front of filenames in files/md5. Corresponds toasami1996-11-301-180/+180
| | | | changes made in rev. 1.232 of bsd.port.mk.
* Compress a bunch of manpages. Remove unnecessary @ directives fromasami1996-11-181-2/+1
| | | | | | | | PLISTs. Note: I know that this is going to break some symlinks and/or .so includes, I will back some of these out as I run into these during package building.
* Use MAN? macros. CATEGORIES+= -> CATEGORIES.asami1996-11-181-2/+2
|
* More missing newlines.asami1996-03-311-1/+1
|
* Set DIST_SUBDIR to ${DISTNAME} and delete a whole bunch of hacks toasami1996-03-101-8/+4
| | | | fetch them correctly from the backup site.
* Addasami1995-06-242-2/+5
| | | | | | | | | | | | | | post-install: pkg_add -m ${PREFIX}/lib to Makefiles and @exec ldconfig -m %D to packing lists of ports that install shared libraries. This should get rid of a huge chunk of confusion for novice users! All hail Paul Kranenburg! :)
* Add a few CATEGORIES lines to take these ports out of `orphans'.jkh1995-04-281-1/+2
| | | | | Seeing your port in the orphans directory is pretty good indication that it doesn't have a categories line! :-)
* I was going to convert the math Makefiles according to the newasami1995-04-221-1/+2
| | | | | rules in bsd.port.mk, but there weren't any Makefiles that needed any tweaking. :] So, just some cosmetic changes.
* Some more Makefile updates, for the math ports.asami1995-04-111-0/+11
|
* Same change needed as in the blas port. Now, that extract is in WRKDIR theats1995-02-221-1/+1
| | | | uncomp script need to be prefixed with a CURDIR.
* Bye stupid tab.jkh1995-01-271-1/+1
|
* First batch of MD5 checksum files. Only did through to the end of netgpalmer1994-12-181-0/+180
| | | | | | | to both give my fingers a rest & let freefall clear some of it's backlogged mail :-) The rest will follow later
* Put a hack into this makefile to get MASTER_SITE_OVERIDE to work.ats1994-11-291-0/+4
|
* Import of linpack library (Linear Algebra Package). This is the libraryljo1994-10-315-0/+89
used in the linpack benchmark. However the purpose of this library is to be used in numerical methods applications.