aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Brehler <marbre@linux.sungazer.de>2015-01-21 00:05:22 +0100
committerMarius Brehler <marbre@linux.sungazer.de>2015-01-21 00:05:49 +0100
commit3688f2382826b1d8f07e59835cc98a20f9cb1c03 (patch)
tree26548c3145fae6917c7183a43f2142d24e106c59
parentMerge pull request #347 from marbre/factory (diff)
downloadsci-3688f2382826b1d8f07e59835cc98a20f9cb1c03.tar.gz
sci-3688f2382826b1d8f07e59835cc98a20f9cb1c03.tar.bz2
sci-3688f2382826b1d8f07e59835cc98a20f9cb1c03.zip
sci-libs/acml: Fix HOMEPAGE and URI
-rw-r--r--sci-libs/acml/ChangeLog8
-rw-r--r--sci-libs/acml/acml-5.3.1.ebuild6
2 files changed, 9 insertions, 5 deletions
diff --git a/sci-libs/acml/ChangeLog b/sci-libs/acml/ChangeLog
index afa30a8d0..35c47e80d 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 <marbre@linux.sungazer.de>
+ acml-5.3.0.ebuild:
+ Fix HOMEPAGE and URI
25 Feb 2013; Sébastien Fabbro <bicatali@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 f61d92c07..ea6ca80b5 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 ) )"