diff options
author | 2018-07-31 19:27:00 +0200 | |
---|---|---|
committer | 2018-07-31 19:42:47 +0200 | |
commit | c6551549b4727c59ce82eff99eb2cf714a4964fb (patch) | |
tree | 88b16494a9821609719fae847dc0b982eaf987da /sci-physics | |
parent | sys-block/f3: drop old (diff) | |
download | gentoo-c6551549b4727c59ce82eff99eb2cf714a4964fb.tar.gz gentoo-c6551549b4727c59ce82eff99eb2cf714a4964fb.tar.bz2 gentoo-c6551549b4727c59ce82eff99eb2cf714a4964fb.zip |
sci-physics/root: version bump to 6.14/02
Package-Manager: Portage-2.3.44, Repoman-2.3.10
Diffstat (limited to 'sci-physics')
-rw-r--r-- | sci-physics/root/Manifest | 2 | ||||
-rw-r--r-- | sci-physics/root/root-6.14.02.ebuild (renamed from sci-physics/root/root-6.14.00-r1.ebuild) | 5 |
2 files changed, 3 insertions, 4 deletions
diff --git a/sci-physics/root/Manifest b/sci-physics/root/Manifest index 4409b07a8de2..2b73e5551301 100644 --- a/sci-physics/root/Manifest +++ b/sci-physics/root/Manifest @@ -1,2 +1,2 @@ DIST root_v6.12.06.source.tar.gz 162284452 BLAKE2B 944b5e899677bab40842d7ec969ff08cfa470e63be9a02b948a49ae088e8da72ce433a5071d9196bfd98f71e6861b1bda285354012620eee6c61cffcee71a0c8 SHA512 3d44749ccfc3d40a2f516ae53ef40fb244ed785eee0dbc18ff822bbb811a15b943039d30282ef5358a283d485e62531880c877ec77a86089503b06d6f37e42e1 -DIST root_v6.14.00.source.tar.gz 162436586 BLAKE2B 6047fe9fb898be9d4f00f2e6eb378d213996b49b9677f61ccc0250bb6d0801d8410850a39e0983534da2c6a307bd64b0ed6c03ab873a6c8b844500a96444a455 SHA512 2d4e754e3054018a53af28408b218bc52c0c60bea69a3c9e48f0d3feadbfebb559087fb453505b281fe01043f723e4b766cda8fca1e68dbf9e202c67d417e5b3 +DIST root_v6.14.02.source.tar.gz 162458882 BLAKE2B 70778819c6348f3fda9d7a224639da41f2a1522baec669e0cb88680f978fc64e98f87790d96b177e42ca5639e47f2646b94e65c112dd3b237bdd3dcfa9f6aeac SHA512 7117a74c622cc2d7d8b616abf8571444f6178c911dd768274af6def95e7cd7d1e39506a3b57f694fd4a687ad3bd1f6c68e64ff3eccdcd3236b0b59b08db6b934 diff --git a/sci-physics/root/root-6.14.00-r1.ebuild b/sci-physics/root/root-6.14.02.ebuild index 124bdd2658fb..4d725bd70a50 100644 --- a/sci-physics/root/root-6.14.00-r1.ebuild +++ b/sci-physics/root/root-6.14.02.ebuild @@ -111,7 +111,6 @@ RDEPEND="${CDEPEND} PATCHES=( "${FILESDIR}"/${PN}-6.12.04-no-ocaml.patch "${FILESDIR}"/${PN}-6.13.02-hsimple.patch - "${FILESDIR}"/${PN}-6.14.00-http.patch ) pkg_setup() { @@ -154,6 +153,7 @@ src_configure() { -Dexplicitlink=ON -Dexceptions=ON -Dfail-on-missing=ON + -Dgnuinstall=OFF -Dshared=ON -Dsoversion=ON -Dbuiltin_llvm=ON @@ -208,7 +208,6 @@ src_configure() { -Dglite=OFF # not implemented -Dglobus=OFF -Dgminimal=OFF - -Dgnuinstall=OFF -Dgsl_shared=$(usex gsl) -Dgviz=$(usex graphviz) -Dhdfs=OFF @@ -240,7 +239,7 @@ src_configure() { -Droot7=$(usex root7) -Drootbench=OFF -Droottest=$(usex test) - -Drpath=ON # needed for multi-slot to work + # -Drpath=ON # needed for multi-slot to work -Druby=OFF # deprecated and broken -Druntime_cxxmodules=OFF # does not work yet -Dr=$(usex R) |