commit: 3688f2382826b1d8f07e59835cc98a20f9cb1c03 Author: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de> AuthorDate: Tue Jan 20 23:05:22 2015 +0000 Commit: Christoph Junghans <ottxor <AT> gentoo <DOT> org> CommitDate: Tue Jan 20 23:05:49 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=3688f238
sci-libs/acml: Fix HOMEPAGE and URI --- sci-libs/acml/ChangeLog | 8 ++++++-- sci-libs/acml/acml-5.3.1.ebuild | 6 +++--- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/sci-libs/acml/ChangeLog b/sci-libs/acml/ChangeLog index afa30a8..35c47e8 100644 --- a/sci-libs/acml/ChangeLog +++ b/sci-libs/acml/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-libs/acml -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/acml/ChangeLog,v 1.40 2009/07/07 23:27:59 flameeyes Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: $ + + 20 Jan 2015; Marius Brehler <mar...@linux.sungazer.de> + acml-5.3.0.ebuild: + Fix HOMEPAGE and URI 25 Feb 2013; Sébastien Fabbro <bicat...@gentoo.org> acml-5.3.0.ebuild: sci-libs/acml: Add -lm -lrt for static linking on pc file diff --git a/sci-libs/acml/acml-5.3.1.ebuild b/sci-libs/acml/acml-5.3.1.ebuild index f61d92c..ea6ca80 100644 --- a/sci-libs/acml/acml-5.3.1.ebuild +++ b/sci-libs/acml/acml-5.3.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ @@ -12,11 +12,11 @@ QA_PREBUILT="${ACML_INST_DIR}/*/lib/*" MYP=${PN}-$(replace_all_version_separators -) DESCRIPTION="AMD Core Math Library for amd64 CPUs" -HOMEPAGE="http://developer.amd.com/tools/cpu-development/amd-core-math-library-acml/" +HOMEPAGE="http://developer.amd.com/tools-and-sdks/cpu-development/amd-core-math-library-acml/acml-downloads-resources/" # here we go for the url mess FCOMP64="" -URI="http://developer.amd.com/tools/cpu-development/amd-core-math-library-acml/acml-downloads-resources/" +URI="http://developer.amd.com/tools-and-sdks/cpu-development/amd-core-math-library-acml/acml-downloads-resources/" for fcomp in gfortran ifort open64 pgi; do FCOMP64="${FCOMP64} ${fcomp}? ( ${URI}/${MYP}-${fcomp}-64bit.tgz int64? ( ${URI}/${MYP}-${fcomp}-64bit-int64.tgz ) )"