summaryrefslogtreecommitdiff
path: root/math/suitesparse/Makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* math/suitesparse: upgrade SuiteSparse_config to 7.12.1Thierry Thomas2025-11-061-1/+1
| | | | | Release notes at https://github.com/DrTimothyAldenDavis/SuiteSparse/releases/tag/v7.12.1
* math/suitesparse*: upgrade to v7.12.0Thierry Thomas2025-11-041-1/+1
| | | | | | | | | | | | | This includes: - UMFPACK to 6.3.7; - LAGraph to 1.2.1; - ParU to 1.1.0; - GraphBLAS to 10.2.0; - SPQR to 4.3.6; - Mongoose to 3.3.6. Release notes at https://github.com/DrTimothyAldenDavis/SuiteSparse/releases/tag/v7.12.0
* math/suitesparse: Fix dependency name for suitesparse-ExampleJimmy Olgeni2025-08-111-1/+1
| | | | | | | | The dependency declaration used 'suitesparse-Example' but the actual PKGNAME is 'suitesparse-example' (lowercase). This caused Poudriere to complain about wrong PKGNAME. Approved by: thierry
* math/suitesparse-Example: adding the Example package of SuiteSparseThierry Thomas2025-08-011-1/+2
| | | | Like CSparse, do not install it by default.
* math/suitesparse*: upgrade to SuiteSparse v7.11.0Thierry Thomas2025-08-011-3/+3
| | | | | Release notes at https://github.com/DrTimothyAldenDavis/SuiteSparse/releases/tag/v7.11.0
* math/suitesparse*: upgrade to v7.10.3Thierry Thomas2025-05-181-1/+1
| | | | | | | | Release notes at https://github.com/DrTimothyAldenDavis/SuiteSparse/releases/tag/v7.10.3 This includes updates of suitesparse-camd to 3.3.4 and suitesparse-graphblas to 10.0.5.
* math/suitesparse: upgrade to v7.10.2Thierry Thomas2025-04-131-1/+1
| | | | | Release notes at https://github.com/DrTimothyAldenDavis/SuiteSparse/releases/tag/v7.10.2
* math/suitesparse*: upgrade to v7.10.1Thierry Thomas2025-03-151-1/+1
| | | | | | | | | Releases notes at https://github.com/DrTimothyAldenDavis/SuiteSparse/releases This upgrades CHOLMOD ito 5.3.1, GraphBLAS to 10.0.1, LAGraph to 1.1.5 and SPEX to 3.2.3. No PORTREVISION bump required.
* math/suitesparse: upgrade to 7.8.3Thierry Thomas2025-01-241-1/+1
| | | | | | | | | | | | Release notes at https://github.com/DrTimothyAldenDavis/SuiteSparse/releases/tag/v7.8.3 This upgrades: - math/suitesparse-config to 7.8.3 - math/suitesparse-umfpack to 6.3.5 - math/suitesparse-klu to 2.3.5 - math/suitesparse-paru to 1.0.0 - math/suitesparse-rbio to 4.3.4
* math/suitesparse: update to 7.8.2Thierry Thomas2025-01-111-1/+1
| | | | | Release notes at https://github.com/DrTimothyAldenDavis/SuiteSparse/releases/tag/v7.8.2
* math/suitesparse: upgrade to v7.7.0Thierry Thomas2024-04-291-1/+1
| | | | | Release notes at <https://github.com/DrTimothyAldenDavis/SuiteSparse/releases/tag/v7.7.0>
* math/suitesparse: upgrade to v7.6.1 / GraphBLAS to 9.0.3Thierry Thomas2024-03-031-1/+1
| | | | | Release notes at <https://github.com/DrTimothyAldenDavis/SuiteSparse/releases/tag/v7.6.1>
* math/suitesparse: upgrade to v7.6.0Thierry Thomas2024-01-281-1/+1
| | | | | Release notes at <https://github.com/DrTimothyAldenDavis/SuiteSparse/releases/tag/v7.6.0>
* math/suitesparse: upgrade to v7.5.1Thierry Thomas2024-01-141-1/+1
| | | | | Release notes at <https://github.com/DrTimothyAldenDavis/SuiteSparse/releases/tag/v7.5.1>
* math/suitesparse-paru: new port, parallel unsymmetric multifrontal methodThierry Thomas2024-01-131-0/+1
|
* math/suitesparse: upgrade SuiteSparse to v7.5.0Thierry Thomas2024-01-131-1/+1
| | | | | Release notes at <https://github.com/DrTimothyAldenDavis/SuiteSparse/releases/tag/v7.5.0>
* math/suitesparse: upgrade to v7.4.0Thierry Thomas2023-12-311-1/+2
| | | | | Release notes at <https://github.com/DrTimothyAldenDavis/SuiteSparse/releases/tag/v7.4.0>.
* math/suitesparse[-config]: upgrade to v7.3.1Thierry Thomas2023-11-051-1/+1
| | | | | | - This for CHOLMOD 5.0.1; - also add an option to support BLIS.
* math/suitesparse[-config]: upgrade to v7.3.0Thierry Thomas2023-10-311-1/+1
| | | | | Release notes at <https://github.com/DrTimothyAldenDavis/SuiteSparse/releases/tag/v7.3.0>
* math/suitesparse: upgrade to v7.2.2Thierry Thomas2023-10-201-1/+1
| | | | | | | Release notes at <https://github.com/DrTimothyAldenDavis/SuiteSparse/releases/tag/v7.2.2> It seems that only CHOLMOD is really updated.
* math/suitesparse: upgrade to v7.2.1Thierry Thomas2023-10-151-1/+1
| | | | | Release notes at <https://github.com/DrTimothyAldenDavis/SuiteSparse/releases/tag/v7.2.1>
* math/suitesparse: upgrade to v7.2.0Thierry Thomas2023-09-201-1/+1
| | | | | Release notes at <https://github.com/DrTimothyAldenDavis/SuiteSparse/releases/tag/v7.2.0>
* math/suitesparse*: upgrade SuiteSparse to v7.1.0Thierry Thomas2023-07-011-5/+4
| | | | | Release notes at <https://github.com/DrTimothyAldenDavis/SuiteSparse/releases/tag/v7.1.0>.
* *: Bump PORTREVISIONs for math/mpc update to 1.3.1Gerald Pfeifer2023-04-231-0/+1
|
* math/suitesparse: upgrade to v7.0.1Thierry Thomas2023-01-221-1/+1
|
* math/suitesparse: fix a typoThierry Thomas2023-01-201-1/+1
| | | | | | | | It produced a warning in poudriere: Warning: math/suitesparse dependency on math/suitesparse-camd has wrong PKGNAME of 'suitesparse-btf' but should be 'suitesparse-camd' PR: 269068 Reported by: peter.larsen (at) larsendata.dk
* math/suitesparse*: upgrade to v7.0.0Thierry Thomas2023-01-191-1/+2
| | | | | Release notes at <https://github.com/DrTimothyAldenDavis/SuiteSparse/releases/tag/v7.0.0>
* math/suitesparse: upgrade to v6.0.3Thierry Thomas2022-12-261-1/+1
| | | | | Release notes at <https://github.com/DrTimothyAldenDavis/SuiteSparse/releases/tag/v6.0.3>.
* math/suitesparse: upgrade to v6.0.2Thierry Thomas2022-12-151-1/+1
| | | | | | | | | | Release notes at <https://github.com/DrTimothyAldenDavis/SuiteSparse/releases/tag/v6.0.2>. Most notable change: Fortran is no more used in suitesparse-config, only suitesparse-amd depends on it (it could even build without Fortran, but since Fortran is already brought by OpenBlas, there is no interest to remove some functionnalities).
* math/suitesparse: upgrade to v6.0.1Thierry Thomas2022-11-271-2/+2
| | | | | | | Release notes at <https://github.com/DrTimothyAldenDavis/SuiteSparse/releases>. PR: 267742
* Add WWW entries to port MakefilesStefan Eßer2022-09-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It has been common practice to have one or more URLs at the end of the ports' pkg-descr files, one per line and prefixed with "WWW:". These URLs should point at a project website or other relevant resources. Access to these URLs required processing of the pkg-descr files, and they have often become stale over time. If more than one such URL was present in a pkg-descr file, only the first one was tarnsfered into the port INDEX, but for many ports only the last line did contain the port specific URL to further information. There have been several proposals to make a project URL available as a macro in the ports' Makefiles, over time. This commit implements such a proposal and moves one of the WWW: entries of each pkg-descr file into the respective port's Makefile. A heuristic attempts to identify the most relevant URL in case there is more than one WWW: entry in some pkg-descr file. URLs that are not moved into the Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr files in order to preserve them. There are 1256 ports that had no WWW: entries in pkg-descr files. These ports will not be touched in this commit. The portlint port has been adjusted to expect a WWW entry in each port Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as deprecated. Approved by: portmgr (tcberner)
* math/suitesparse: upgrade to v5.13.0Thierry Thomas2022-09-021-1/+1
| | | | | | | Includes GraphBLAS v7.2.0. Release notes at <https://github.com/DrTimothyAldenDavis/SuiteSparse/releases/tag/v5.13.0>
* metaport: remove licenseBaptiste Daroussin2022-08-261-2/+0
| | | | metaports do not contain any licensed files, or materials
* math: remove 'Created by' linesTobias C. Berner2022-07-201-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A big Thank You to the original contributors of these ports: * Aaron Dalton <aaron@FreeBSD.org> * Aaron Dalton <aaron@daltons.ca> * Alessando Sagratini <ale_sagra@hotmail.com> * Alex Dupre <ale@FreeBSD.org> * Alexey Dokuchaev <danfe@FreeBSD.org> * Amarendra Godbole <amarendra.godbole@gmail.com> * Anders Nordby <anders@FreeBSD.org> * Andreas Fehlner (fehlner@gmx.de) * Andrew L. Neporada <andrew@chg.ru> * Andrey <gugu@zoo.rambler.ru> * Andrey Zakhvatov * Anton Berezin <tobez@FreeBSD.org> * Anton Berezin <tobez@plab.ku.dk> * Anton Berezin <tobez@tobez.org> * Anton Shterenlikht * Anton Shterenlikht <mexas@bris.ac.uk> * Bob Eager <bob@eager.cx> * Charlie Kester <corky1951@comcast.net> * Cheng-Lung Sung <clsung@FreeBSD.org> * Cheng-Lung Sung <clsung@dragon2.net> * Chris D. Faulhaber <jedgar@fxp.org> * Christopher J. Ruwe * Christopher Key <cjk32@cam.ac.uk> * Chuck Hein <geekdude@pacbell.net> * Cyrille Szymanski <cnszym@gmail.com> * Dan Rue <drue@therub.org> * Danilo Egea Gondolfo <danilo@FreeBSD.org> * David Naylor <dbn@FreeBSD.org> * David Naylor <naylor.b.david@gmail.com> * Dereckson <dereckson@gmail.com> * Devin Teske <dteske@FreeBSD.org> * Dmitry Sivachenko <demon@FreeBSD.org> * Dmitry Sivachenko <mitya@yandex-team.ru> * Don Croyle <croyle@gelemna.org> * Douglas K. Rand (rand@meridian-enviro.com) * Dylan Simon <dylan@dylex.net> * Edwin Groothuis <edwin@mavetju.org> * Eijiro Shibusawa <ej-sib@ice.uec.ac.jp> * Emanuel Haupt <ehaupt@FreeBSD.org> * Eoin Lawless (eoin@maths.tcd.ie) * Eric A. Griff <eagriff@global2000.net> * Eric van Gyzen <vangyzen@stat.duke.edu> * Ewgenij Gawrilow <gawrilow@math.tu-berlin.de> * Fernan Aguero <fernan@iib.unsam.edu.ar> * Foxfair Hu <foxfair@FreeBSD.org> * Frederic Han <han@math.jussieu.fr> * Gabor Kovesdan <gabor@FreeBSD.org> * Gea-Suan Lin <gslin@gslin.org> * George Reid <greid@ukug.uk.freebsd.org> * Giuseppe Pilichi aka Jacula Modyun <jacula@gmail.com> * Greg Larkin <glarkin@FreeBSD.org> * Guangyuan Yang <ygy@FreeBSD.org> * Gustau Perez i Querol <gustau.perez@gmail.com> * Heinz Tschabitscher * Horia Racoviceanu <horia@racoviceanu.com> * Hye-Shik Chang <perky@fallin.lv> * Iblis Lin <iblis@hs.ntnu.edu.tw> * Issei Suzuki <issei@jp.FreeBSD.ORG> * Janni * Jason Harris <jharris@widomaker.com> * Javad Kouhi <javad.kouhi@gmail.com> * Jean-Yves Lefort <jylefort@FreeBSD.org> * Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw> * Joe Marcus Clarke <marcus@FreeBSD.org> * Johannes Dieterich <dieterich@ogolem.org> * Johannes M Dieterich <jmd@FreeBSD.org> * Johannes Meixner <johannes@perceivon.net> * John Marino <marino@FreeBSD.org> * Joseph Koshy <jkoshy@FreeBSD.org> * Ju Pengfei <ju.pengfei@gmail.com> * Jukka A. Ukkonen <jau@iki.fi> * Kay Lehmann <kay_lehmann@web.de> * Kevin Lo <kevlo@FreeBSD.org> * Klaus T. Aehlig <aehlig@linta.de> * Kubilay Kocak <koobs@FreeBSD.org> * Kurt Jaeger <fbsd-ports@opsec.eu> * Lars Engels <lme@FreeBSD.org> * Lars Koeller <Lars.Koeller@Uni-Bielefeld.DE> * Lars Koeller <Lars.Koeller@Uni-Bielefeld.de> * Li-Wen Hsu <lwhsu@FreeBSD.org> * Li-Wen Hsu <lwhsu@lwhsu.org> * M. L. Dodson, <bdodson@scms.utmb.edu> * Maho Nakata <maho@FreeBSD.org> * Mario S F Ferreira <lioux@FreeBSD.org> * Mario S F Ferreira <lioux@linf.unb.br> et al. * Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> * Mark Felder <feld@FreeBSD.org> * Mark R V Murray <markm@FreeBSD.org> * Martin Matuska <mm@FreeBSD.org> * Matthew Seaman <matthew@FreeBSD.org> * Maurice Castro <maurice@serc.rmit.edu.au> * Maxim Sobolev <sobomax@FreeBSD.org> * Maxime Henrion <mux@FreeBSD.org> * Michael Haro <mharo@FreeBSD.org> * Michael Johnson <ahze@FreeBSD.org> * Michael Johnson <ahze@ahze.net> * Michael Neumann <mneumann@ntecs.de> * Muhammad Moinur Rahmanh <5u623l20@gmail.com> * NAKATA Maho <chat95@mbox.kyoto-inet.or.jp> * NAKATA, Maho <maho@FreeBSD.org> * Nakata Maho <maho@FreeBSD.org> * Nicola Vitale <nivit@email.it> * Olivier Duchateau * Pedro F. Giffuni * Pedro F. Giffuni <giffunip@asme.org> * Pedro Giffuni * Pedro Giffuni <giffunip@asme.org> * Pedro Giffuni <pfg@FreeBSD.org> * Peter Pentchev <roam@FreeBSD.org> * Philip Paeps <philip@FreeBSD.org> * Pierre-Paul Lavoie <ppl@nbnet.nb.ca> * Pietro Cerutti <gahr@FreeBSD.org> * Piotr Rybicki <meritus@innervision.pl> * Po-Chuan Hsieh <sunpoet@FreeBSD.org> * Rainer Hurling <rhurlin@gwdg.de> * Robert Jenssen * Robin Schilham * Rod Taylor <ports@rbt.ca> * Roman Neuhauser <neuhauser@sigpipe.cz> * Sander Vesik <sander@haldjas.folklore.ee> * Scott Flatman <sf@dsinw.com> * Seamus Venasse <svenasse@polaris.ca> * Sergey A. Osokin <osa@FreeBSD.org> * Sergey Akifyev <asa@agava.com> * Sergey Akifyev <asa@gascom.ru> * Sergey Skvortsov <skv@FreeBSD.org> * Sergey Skvortsov <skv@protey.ru> * Shell Hung <shell@shellhung.org> * Shin-ya MURAKAMI <murashin@gfd-dennou.org> * Stas Timokhin <devel@stasyan.com> * Stefan A. Deutscher (sad@mailaps.org) * Stefan Esser <se@StefanEsser.FreeBSD.org> * Stephen Montgomery-Smith <stephen@FreeBSD.edu> * Stephen Montgomery-Smith <stephen@FreeBSD.org> * Stephen Montgomery-Smith <stephen@math.missouri.edu> * Stephen Montgomery-Smith <stephen@missouri.edu> * Steve Wills <steve@mouf.net> * Steve Wills <swills@FreeBSD.org> * Steven Kreuzer <skreuzer@FreeBSD.org> * Steven Kreuzer <skreuzer@f2o.org> * Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> * TAKATSU Tomonari <tota@FreeBSD.org> * Thierry Thomas (<thierry@pompo.net>) * Thierry Thomas <thierry@pompo.net> * Thomas Gellekum <tg@FreeBSD.org> * Thomas Sandford <freebsduser@paradisegreen.co.uk> * Timothy Bourke <timbob@bigpond.com> * Tony Maher * Tz-Huan Huang <tzhuan@csie.org> * Vsevolod Stakhov <vsevolod@FreeBSD.org> * Vsevolod Stakhov <vsevolod@highsecure.ru> * Waitman Gobble <waitman@waitman.net> * Wen Heping <wen@FreeBSD.org> * Wen Heping <wenheping@gmail.com> * Will Andrews <andrews@technologist.com> * Yi-Hsuan Hsin <mhsin@mhsin.org> * Ying-Chieh Liao <ijliao@FreeBSD.org> * Yinghong.Liu <relaxbsd@gmail.com> * Yoshiaki UCHIKAWA <yoshiaki@kt.rim.or.jp> * Yukihiro Nakai <Nakai@technologist.com> * Yuri Victorovich <yuri@FreeBSD.org> * Yuri Victorovich <yuri@rawbw.com> * Yuri Victorovich <yuri@tsoft.com> * Zhen REN <bg1tpt@gmail.com> * amir.husaini@gmail.com * arved * asami * b.f. <bf@FreeBSD.org> * bart <lbartoletti@FreeBSD.org> * bauerm * bf <bf2006a@yahoo.com> * bf <bf@FreeBSD.org> * bf@FreeBSD.org * bremner@unb.ca * chinsan * chuckr@FreeBSD.org * dawe <daweonline@gmail.com> * dbader@ece.unm.edu * dd * demon@FreeBSD.org * dikshie * eserte * fenner * gahr * giffunip * gmarco@giovannelli.it * gurkan@phys.ethz.ch * ijliao * janek@gaja.ipan.lublin.pl * jhs@berklix.com / asami (original) * jmz * js@jeannot.org * keith@FreeBSD.org * ljo * mr * nobu@rd.isac.co.jp * pauls@utdallas.edu * pusto@web.de * reg@shale.csir.co.za * rfarmer@predatorlabs.net * stephen@FreeBSD.org * thierry@pompo.net * tobez * will * # Created by Matthias Fechner <mfechner@FreeBSD.org> With hat: portmgr
* math/suitesparse*: upgrade to 5.12.0Thierry Thomas2022-04-121-1/+1
| | | | | Upgrade SuiteSparse (and suitesparse-config) to 5.12.0, SPQR to 2.1.0, and GraphBLAS to v7.0.3.
* math/suitesparse*: force PORTNAME in lowercaseThierry Thomas2021-06-061-15/+15
| | | | | | Force PORTNAME in lowercase, even if upstream uses uppercases. Requested by: sunpoet@ and danfe@
* math/suitesparse: upgrade to v5.10.1Thierry Thomas2021-05-311-2/+1
| | | | | Release notes at <https://github.com/DrTimothyAldenDavis/SuiteSparse/releases/tag/v5.10.1>
* math/suitesparse: transform into a meta-portThierry Thomas2021-05-251-87/+21
| | | | | | | | | | | Advantages of this modularization: . much parallelization during the build . no need to rebuild every module for each update . define each license . only the needed package may be installed Also adding an option to disable the optimization.
* math/suitesparse: upgrade to 5.10.0Thierry Thomas2021-05-181-1/+1
| | | | | Release notes at <https://github.com/DrTimothyAldenDavis/SuiteSparse/releases/tag/v5.10.0>.
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Upgrade to v5.9.0.Thierry Thomas2021-03-051-3/+3
| | | | | | | | Release notes at <https://github.com/DrTimothyAldenDavis/SuiteSparse/releases/tag/v5.9.0>. Notes: svn path=/head/; revision=567379
* Introduce devel/onetbb and mark devel/tbb as legacyGanael LAPLANCHE2021-02-191-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | Intel oneAPI tbb 2021.1 (onetbb) has been released[1][2] and has deprecated several interfaces over tbb 2020, breaking most dependent ports. Old tbb 2020 will be kept for a certain time to allow transition but will be removed in a near future as it CONFLICTS with devel/onetbb. New ports should now use devel/onetbb instead of devel/tbb. We tried to move a maximum number of dependent ports to devel/onetbb (or disable dependency when not possible), but some of them still remain stuck to devel/tbb. Remaining ones have not been identified as major dependencies themselves and will be fixed as soon as updates are available from upstream. PR: 252648, 252688 [3], 252683 [4], 252651 [5], 252690 [3], 252693 [3], 252695 [3], 252696 [3], 252786 [3], 252649, 252868 [6], 252870 [5], 252684 [7], 252785 [7] Approved by: yuri [3], jwb [4], thierry [5], FreeBSD@Shaneware.biz [6], maintainer timeout [7] [1] https://software.intel.com/content/www/us/en/develop/articles/intel-oneapi-threading-building-blocks-release-notes.html [2] https://software.intel.com/content/www/us/en/develop/articles/tbb-revamp.html Notes: svn path=/head/; revision=566074
* aarch64 support OpenMP since FreeBSD 12.2Jan Beich2021-01-311-1/+1
| | | | Notes: svn path=/head/; revision=563443
* Upgrade to v5.8.1.Thierry Thomas2020-07-241-3/+4
| | | | | | | | Changelog at <https://github.com/DrTimothyAldenDavis/SuiteSparse/releases/tag/v5.8.1>. Notes: svn path=/head/; revision=543382
* math/suitesparse: unbreak on aarch64Mikael Urankar2020-07-201-0/+1
| | | | | | | | | | We don't have openmp yet PR: 248100 Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=542651
* Update devel/tbb to 2020.3 and bump dependent ports' revisionsGanael LAPLANCHE2020-07-171-0/+1
| | | | | | | Changelog: https://github.com/oneapi-src/oneTBB/blob/v2020.3/CHANGES Notes: svn path=/head/; revision=542423
* Fix linkage on 11.3 i386.Thierry Thomas2020-07-061-1/+1
| | | | | | | Reported by: antoine Notes: svn path=/head/; revision=541337
* - Upgrade to v5.8.0: release notes atThierry Thomas2020-07-041-9/+20
| | | | | | | | | | | <https://github.com/DrTimothyAldenDavis/SuiteSparse/releases/tag/v5.8.0 > - Optionnally build the demos (but do not install them) - Remove compiler:openmp which pulls an unneeded Gcc. Notes: svn path=/head/; revision=541169
* Sanitize COMMENT per Section 5.6 of the FreeBSD Porter's Handbook (part 3).Alexey Dokuchaev2020-05-271-1/+1
| | | | Notes: svn path=/head/; revision=536694
* Bump 37 ports depending on math/openblas through USES=blaslapack:openblas ↵Yuri Victorovich2020-05-061-0/+1
| | | | | | | because after the recent math/openblas update the library name changed in openblas Notes: svn path=/head/; revision=534190