diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 13:49:04 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 17:38:18 -0700 |
commit | 56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch) | |
tree | 3f91093cdb475e565ae857f1c5a7fd339e2d781e /sci-physics/cernlib | |
download | gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.gz gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.bz2 gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.zip |
proj/gentoo: Initial commit
This commit represents a new era for Gentoo:
Storing the gentoo-x86 tree in Git, as converted from CVS.
This commit is the start of the NEW history.
Any historical data is intended to be grafted onto this point.
Creation process:
1. Take final CVS checkout snapshot
2. Remove ALL ChangeLog* files
3. Transform all Manifests to thin
4. Remove empty Manifests
5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$
5.1. Do not touch files with -kb/-ko keyword flags.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests
X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project
X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration
X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn
X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts
X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration
X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging
X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed
Diffstat (limited to 'sci-physics/cernlib')
-rw-r--r-- | sci-physics/cernlib/Manifest | 3 | ||||
-rw-r--r-- | sci-physics/cernlib/cernlib-2006-r5.ebuild | 108 | ||||
-rw-r--r-- | sci-physics/cernlib/cernlib-2006-r6.ebuild | 107 | ||||
-rw-r--r-- | sci-physics/cernlib/files/cernlib-2006-fgets.patch | 20 | ||||
-rw-r--r-- | sci-physics/cernlib/files/cernlib-2006-nogfortran.patch | 56 | ||||
-rw-r--r-- | sci-physics/cernlib/files/cernlib-2006-ypatchy-short-name.patch | 11 | ||||
-rw-r--r-- | sci-physics/cernlib/metadata.xml | 14 |
7 files changed, 319 insertions, 0 deletions
diff --git a/sci-physics/cernlib/Manifest b/sci-physics/cernlib/Manifest new file mode 100644 index 000000000000..759b697cc84c --- /dev/null +++ b/sci-physics/cernlib/Manifest @@ -0,0 +1,3 @@ +DIST cernlib_20061220+dfsg3-2.debian.tar.gz 257093 SHA256 54d01b7c16015586b09d54940f8e4389eb9f9a85e93be8058a2f1349a009029a SHA512 43a2ca55d42b92bfb551b029c75728e80b4c83473397b52f746d9481c7503762bc5a281732908bfeb29a64f728fed4c127ed1cb9101c16e4fb2dd28c452730ea WHIRLPOOL e11e127c2ef22c96a8f309a1828b076064b87419d7b2fa2f0e93f254582ded6ce41ca678c757921e9a732f75a4bd0392cd4edb7c0752ce04986fe8c1ee210c46 +DIST cernlib_20061220+dfsg3-4.1.debian.tar.xz 170100 SHA256 6f19d776b0a6f22ac688c4e5db9d0ad35f99d8ae1906422f02cca92353d4f9d6 SHA512 d259ab304b040c6bab8535c0db60aaa466ef7bb9bbcce9b2d8931505a180c92935d428e0dd45bfa6199ec939f67580a6d3ac1035c0384bdcf9e6601a351ce90a WHIRLPOOL bf1da58ace8294ff6df710dad8c333122f005437819b8923d53f5fe680f1798f7d22cd917138b679b92363e399759a5b44aa4902b788aa6666f38da7738a3857 +DIST cernlib_20061220+dfsg3.orig.tar.gz 6434476 SHA256 767ecf344cb00a7b2ec232a61c67645ce0fe1a6af861e60a9aa2f96544470f1b SHA512 11fade45c5ae69c858f37a82e74ab1a69416314a23c12ec5205ee6b918590d66f26d3ae68afa466ae3109d736212968ece956a444270ddd189a27a24c0ccece8 WHIRLPOOL fce13048cff43b6abc7e52e9729f5e484ebf85b53f09e6bfbf8acd970ea13b160de6d6d9593779b6b485dfb9843dec4d2d58bac0df20dfce9809a3560eec079c diff --git a/sci-physics/cernlib/cernlib-2006-r5.ebuild b/sci-physics/cernlib/cernlib-2006-r5.ebuild new file mode 100644 index 000000000000..bfbba5cefdf7 --- /dev/null +++ b/sci-physics/cernlib/cernlib-2006-r5.ebuild @@ -0,0 +1,108 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit eutils fortran-2 multilib toolchain-funcs + +DEB_PN=cernlib +DEB_PV=20061220+dfsg3 +DEB_PR=2 +DEB_P=${DEB_PN}_${DEB_PV} + +DESCRIPTION="CERN program library for High Energy Physics" +HOMEPAGE="https://cernlib.web.cern.ch/cernlib/" +SRC_URI=" + mirror://debian/pool/main/${DEB_PN:0:1}/${DEB_PN}/${DEB_P}.orig.tar.gz + mirror://debian/pool/main/${DEB_PN:0:1}/${DEB_PN}/${DEB_P}-${DEB_PR}.debian.tar.gz" + +SLOT="0" +LICENSE="GPL-2 LGPL-2 BSD" +KEYWORDS="amd64 hppa sparc x86 ~amd64-linux ~x86-linux" +IUSE="" + +RDEPEND=" + x11-libs/motif:0 + virtual/lapack + dev-lang/cfortran" +DEPEND="${RDEPEND} + x11-misc/imake + x11-misc/makedepend + virtual/pkgconfig" + +S="${WORKDIR}/${DEB_PN}-${DEB_PV}" + +src_prepare() { + mv ../debian . || die + epatch "${FILESDIR}"/${P}-nogfortran.patch + # set some default paths + sed -i \ + -e "s:/usr/local:${EROOT}/usr:g" \ + -e "s:prefix)/lib:prefix)/$(get_libdir):" \ + -e "s:\$(prefix)/etc:${EROOT}/etc:" \ + -e 's:$(prefix)/man:$(prefix)/share/man:' \ + debian/add-ons/cernlib.mk || die "sed failed" + + # use system blas and lapack set by gentoo framework + sed -i \ + -e "s:\$DEPS -lm:$($(tc-getPKG_CONFIG) --libs blas):" \ + -e "s:\$DEPS -llapack -lm:$($(tc-getPKG_CONFIG) --libs lapack):" \ + -e 's:`depend $d $a blas`::' \ + -e 's:X11R6:X11:g' \ + debian/add-ons/bin/cernlib.in || die "sed failed" + + cp debian/add-ons/Makefile . + export DEB_BUILD_OPTIONS="$(tc-getFC) nostrip nocheck" + + einfo "Applying Debian patches" + emake -j1 patch + + epatch "${FILESDIR}"/${P}-fgets.patch + epatch "${FILESDIR}"/${P}-ypatchy-short-name.patch + # since we depend on cfortran, do not use the one from cernlib + rm src/include/cfortran/cfortran.h || die + + # respect users flags + sed -i \ + -e 's/-O3/-O2/g' \ + -e "s/-O2/${CFLAGS}/g" \ + -e "s|\(CcCmd[[:space:]]*\)gcc|\1$(tc-getCC)|g" \ + -e "s|\(CplusplusCmd[[:space:]]*\)g++|\1$(tc-getCXX)|g" \ + -e "s|\(FortranCmd[[:space:]]*\)gfortran|\1$(tc-getFC)|g" \ + src/config/linux.cf \ + || die "sed linux.cf failed" + sed -i \ + -e "s|\(ArCmdBase[[:space:]]*\)ar|\1$(tc-getAR)|g" \ + -e "s|\(RanlibCmd[[:space:]]*\)ranlib|\1$(tc-getRANLIB)|g" \ + src/config/Imake.tmpl \ + || die "sed Imake.tmpl failed" + + sed -i \ + -e 's/\$(FCLINK)/\$(FCLINK) $(LDFLAGS)/' \ + -e 's/\$(CCLINK)/\$(CCLINK) $(LDFLAGS)/' \ + src/config/{biglib,fortran,Imake}.rules \ + src/patchy/Imakefile \ + || die "sed for ldflags propagation failed" + + # add missing headers for implicit + sed -i \ + -e '0,/^#include/i#include <stdlib.h>' \ + src/kernlib/kerngen/ccgen*/*.c || die +} + +src_compile() { + # parallel make breaks and complex patched imake system, hard to debug + emake -j1 cernlib-indep cernlib-arch +} + +src_test() { + LD_LIBRARY_PATH="${S}"/shlib emake -j1 cernlib-test +} + +src_install() { + default + cd debian + dodoc changelog README.* deadpool.txt NEWS copyright + newdoc add-ons/README README.add-ons +} diff --git a/sci-physics/cernlib/cernlib-2006-r6.ebuild b/sci-physics/cernlib/cernlib-2006-r6.ebuild new file mode 100644 index 000000000000..f3c6efe14342 --- /dev/null +++ b/sci-physics/cernlib/cernlib-2006-r6.ebuild @@ -0,0 +1,107 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit eutils fortran-2 multilib toolchain-funcs + +DEB_PN=cernlib +DEB_PV=20061220+dfsg3 +DEB_PR=4.1 +DEB_P=${DEB_PN}_${DEB_PV} + +DESCRIPTION="CERN program library for High Energy Physics" +HOMEPAGE="https://cernlib.web.cern.ch/cernlib/" +SRC_URI=" + mirror://debian/pool/main/${DEB_PN:0:1}/${DEB_PN}/${DEB_P}.orig.tar.gz + mirror://debian/pool/main/${DEB_PN:0:1}/${DEB_PN}/${DEB_P}-${DEB_PR}.debian.tar.xz" + +SLOT="0" +LICENSE="GPL-2 LGPL-2 BSD" +KEYWORDS="~amd64 ~hppa ~sparc ~x86 ~amd64-linux ~x86-linux" + +RDEPEND=" + x11-libs/motif:0 + virtual/lapack + dev-lang/cfortran" +DEPEND="${RDEPEND} + x11-misc/imake + x11-misc/makedepend + virtual/pkgconfig" + +S="${WORKDIR}/${DEB_PN}-${DEB_PV}" + +src_prepare() { + mv ../debian . || die + epatch "${FILESDIR}"/${P}-nogfortran.patch + # set some default paths + sed -i \ + -e "s:/usr/local:${EROOT}/usr:g" \ + -e "s:prefix)/lib/\$(DEB_HOST_MULTIARCH):prefix)/$(get_libdir):" \ + -e "s:\$(prefix)/etc:${EROOT}/etc:" \ + -e 's:$(prefix)/man:$(prefix)/share/man:' \ + debian/add-ons/cernlib.mk || die "sed failed" + + # use system blas and lapack set by gentoo framework + sed -i \ + -e "s:\$DEPS -lm:$($(tc-getPKG_CONFIG) --libs blas):" \ + -e "s:\$DEPS -llapack -lm:$($(tc-getPKG_CONFIG) --libs lapack):" \ + -e 's:`depend $d $a blas`::' \ + -e 's:X11R6:X11:g' \ + debian/add-ons/bin/cernlib.in || die "sed failed" + + cp debian/add-ons/Makefile . + export DEB_BUILD_OPTIONS="$(tc-getFC) nostrip nocheck" + + einfo "Applying Debian patches" + emake -j1 patch + + epatch "${FILESDIR}"/${P}-fgets.patch + epatch "${FILESDIR}"/${P}-ypatchy-short-name.patch + # since we depend on cfortran, do not use the one from cernlib + rm src/include/cfortran/cfortran.h || die + + # respect users flags + sed -i \ + -e 's/-O3/-O2/g' \ + -e "s/-O2/${CFLAGS}/g" \ + -e "s|\(CcCmd[[:space:]]*\)gcc|\1$(tc-getCC)|g" \ + -e "s|\(CplusplusCmd[[:space:]]*\)g++|\1$(tc-getCXX)|g" \ + -e "s|\(FortranCmd[[:space:]]*\)gfortran|\1$(tc-getFC)|g" \ + src/config/linux.cf \ + || die "sed linux.cf failed" + sed -i \ + -e "s|\(ArCmdBase[[:space:]]*\)ar|\1$(tc-getAR)|g" \ + -e "s|\(RanlibCmd[[:space:]]*\)ranlib|\1$(tc-getRANLIB)|g" \ + src/config/Imake.tmpl \ + || die "sed Imake.tmpl failed" + + sed -i \ + -e 's/\$(FCLINK)/\$(FCLINK) $(LDFLAGS)/' \ + -e 's/\$(CCLINK)/\$(CCLINK) $(LDFLAGS)/' \ + src/config/{biglib,fortran,Imake}.rules \ + src/patchy/Imakefile \ + || die "sed for ldflags propagation failed" + + # add missing headers for implicit + sed -i \ + -e '0,/^#include/i#include <stdlib.h>' \ + src/kernlib/kerngen/ccgen*/*.c || die +} + +src_compile() { + # parallel make breaks and complex patched imake system, hard to debug + emake -j1 cernlib-indep cernlib-arch +} + +src_test() { + LD_LIBRARY_PATH="${S}"/shlib emake -j1 cernlib-test +} + +src_install() { + default + cd debian + dodoc changelog README.* deadpool.txt NEWS copyright + newdoc add-ons/README README.add-ons +} diff --git a/sci-physics/cernlib/files/cernlib-2006-fgets.patch b/sci-physics/cernlib/files/cernlib-2006-fgets.patch new file mode 100644 index 000000000000..e42eaf833b35 --- /dev/null +++ b/sci-physics/cernlib/files/cernlib-2006-fgets.patch @@ -0,0 +1,20 @@ +--- src/packlib/cspack/tcpaw/tcpaw.c.old 2011-01-30 21:18:35.326089059 +0000 ++++ src/packlib/cspack/tcpaw/tcpaw.c 2011-01-30 21:18:01.876081979 +0000 +@@ -984,7 +984,7 @@ + int s, addrlen; + int sx, nn = 0; /* REXEC */ + #ifndef IBM +- char get[50], *getp = get; /* REXEC */ ++ char get[80], *getp = get; /* REXEC */ + #endif /*^IBM */ + char sys[30]; + register int i, j, k; +@@ -1036,7 +1036,7 @@ + char buff[100]; + char *get; + char *getp; +- char getbuf[50]; /* REXEC */ ++ char getbuf[80]; /* REXEC */ + getp = getbuf; /* REXEC */ + get = getbuf; /* REXEC */ + /* j = 80; */ /* (crude kludge) length of srvc in Fortran */ diff --git a/sci-physics/cernlib/files/cernlib-2006-nogfortran.patch b/sci-physics/cernlib/files/cernlib-2006-nogfortran.patch new file mode 100644 index 000000000000..63883274403f --- /dev/null +++ b/sci-physics/cernlib/files/cernlib-2006-nogfortran.patch @@ -0,0 +1,56 @@ +--- debian/add-ons/Makefile.orig 2008-03-15 16:46:46.000000000 +0000 ++++ debian/add-ons/Makefile 2008-03-15 16:47:51.000000000 +0000 +@@ -28,6 +28,9 @@ + ifneq (,$(findstring ifort,$(DEB_BUILD_OPTIONS))) + sed -i -e 's/-lgfortran/-limf/' $(CERN_BINDIR)/cernlib + endif ++ifneq (,$(findstring g77,$(DEB_BUILD_OPTIONS))) ++ sed -i -e 's/-lgfortran/-lg2c/' $(CERN_BINDIR)/cernlib ++endif + chmod a+x $(CERN_BINDIR)/cernlib + + # target to install include files for development packages +--- debian/add-ons/cernlib.mk.orig 2008-03-15 16:48:05.000000000 +0000 ++++ debian/add-ons/cernlib.mk 2008-03-15 17:09:14.000000000 +0000 +@@ -35,6 +35,10 @@ + export TOOL_SONAME = _gfortran + export TOOL_NAME = _gfortran + endif ++ifeq (,$(findstring g77,$(DEB_BUILD_OPTIONS))) ++ export TOOL_SONAME = _gfortran ++ export TOOL_NAME = _gfortran ++endif + export PATH := $(CERN_BINDIR):$(ADDONDIR)/bin:$(datadir)/cernlib:${PATH} + export INSTALL_OPTS ?= -s + export CC ?= gcc +@@ -118,6 +122,8 @@ + endif + ifneq (,$(findstring ifort,$(DEB_BUILD_OPTIONS))) + echo '#define HasIntelifc YES' >> $(CVSCOSRC)/config/host.def ++else ifneq (,$(findstring g77,$(DEB_BUILD_OPTIONS))) ++ echo >> $(CVSCOSRC)/config/host.def + else + echo '#define Hasgfortran YES' >> $(CVSCOSRC)/config/host.def + endif +--- debian/patches/320-support-ifort.dpatch.orig 2008-03-15 17:31:34.000000000 +0000 ++++ debian/patches/320-support-ifort.dpatch 2008-03-15 17:31:56.000000000 +0000 +@@ -27,7 +27,7 @@ + #if defined(CERNLIB_UNIX) + CLIBS= -G Motif kernlib + +# if defined(CERNLIB_INTELIFC) +-+CLIBS= $(CLIBS) -nofor_main +++CLIBS:= $(CLIBS) -nofor_main + +# endif + #endif + +--- debian/patches/803-link-binaries-dynamically.dpatch.orig 2008-03-15 17:48:38.000000000 +0000 ++++ debian/patches/803-link-binaries-dynamically.dpatch 2008-03-15 17:49:17.000000000 +0000 +@@ -64,7 +64,7 @@ + -CLIBS= -G Motif kernlib + +CLIBS= -G Motif -u Xm + # if defined(CERNLIB_INTELIFC) +- CLIBS= $(CLIBS) -nofor_main ++ CLIBS:= $(CLIBS) -nofor_main + # endif + #endif + diff --git a/sci-physics/cernlib/files/cernlib-2006-ypatchy-short-name.patch b/sci-physics/cernlib/files/cernlib-2006-ypatchy-short-name.patch new file mode 100644 index 000000000000..706ab3671672 --- /dev/null +++ b/sci-physics/cernlib/files/cernlib-2006-ypatchy-short-name.patch @@ -0,0 +1,11 @@ +--- src/patchy/Imakefile.orig 2013-01-16 13:45:07.161828513 -0800 ++++ src/patchy/Imakefile 2013-01-16 13:45:34.768966597 -0800 +@@ -77,7 +77,7 @@ + @ ln -s $< $@ + + %.f: $(LDIR)%.cra $(LDIR)patchy.car +- ypatchy - :$@ :$< TTY .go ++ ypatchy - :$@ :$(shell basename $<) TTY .go + + .f.o: + $(FC) -c $(FORTRANOPTIONS) $(FDEBUGFLAGS) $< diff --git a/sci-physics/cernlib/metadata.xml b/sci-physics/cernlib/metadata.xml new file mode 100644 index 000000000000..9db83d0ca7a4 --- /dev/null +++ b/sci-physics/cernlib/metadata.xml @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>sci-physics</herd> + <longdescription lang="en"> + The CERN Program Library is a large collection of general purpose + libraries and modules maintained and offered in both source and + object code form on the CERN central computers. Most of these + programs were developed at CERN and are therefore oriented towards + the needs of a physics research laboratory that is general + mathematics, data analysis, detectors simulation, data-handling + etc... applicable to a wide range of problems. +</longdescription> +</pkgmetadata> |