aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* In sci-physics/openmx-3.7.4, the version of the PDF manual cited in the ↵Honza Macháček2013-07-162-1/+4
| | | | ebuild quickly fixed.
* In sci-physics/openmx-3.7.3, data directory name quickly corrected, version ↵Honza Macháček2013-07-163-3/+12
| | | | updated to 3.7.4.
* sci-libs/superlu_dist: Initial importSébastien Fabbro2013-07-155-0/+186
| | | | Package-Manager: portage-2.2.01.22124-prefix
* sci-libs/superlu_mt: Move cblas to blas dependencySébastien Fabbro2013-07-152-1/+4
| | | | Package-Manager: portage-2.2.01.22124-prefix
* sci-libs/superlu_mt: Initial importSébastien Fabbro2013-07-156-0/+1084
| | | | Package-Manager: portage-2.2.01.22124-prefix
* Merge github.com:gentoo-science/sciSébastien Fabbro2013-07-154-14/+8
|\
| * Merge pull request #91 from jhcloos/juliaJustin2013-07-142-0/+4
| |\ | | | | | | dev-lang/julia: Use git-2.eclass’ submodule support.
| | * dev-lang/julia: Use git-2.eclass’ submodule support.James Cloos2013-07-142-0/+4
| |/ | | | | | | | | | | | | | | Using the eclass’ submodule support permits it to store the submodule repositories in egit-src. Otherwise, julia’s make has to re-clone each of the sub-repos from scratch every emerge. Signed-off-by: James Cloos <cloos@jhcloos.com>
| * build of info file broke again, drop it, will be shipped in the release anyhowChristoph Junghans2013-07-142-14/+4
| | | | | | | | Package-Manager: portage-2.2.0_alpha188
* | sci-libs/coinhsl: Version bump. Removed restriction on parallel buildingSébastien Fabbro2013-07-153-0/+39
|/ | | | Package-Manager: portage-2.2.01.22124-prefix
* Merge github.com:gentoo-science/sciSébastien Fabbro2013-07-1212-0/+683
|\
| * Merge pull request #88 from chatcannon/HTCondorSébastien Fabbro2013-07-1212-0/+683
| |\ | | | | | | | | | Ebuild for htcondor (fixes #81)
| | * Turns out ${PF} doesn't work but htcondor-${VERSION} should be correctChris Kerr2013-07-021-3/+3
| | |
| | * Copied some patches from the Fedora repository atChris Kerr2013-07-023-0/+349
| | | | | | | | | | | | http://pkgs.fedoraproject.org/cgit/condor.git/tree/
| | * Merge branch 'master' of https://github.com/gentoo-science/sci into HTCondorChris Kerr2013-07-0219-15/+338
| | |\
| | * | Suggestions from Sébastien FabbroChris Kerr2013-07-023-14/+13
| | | | | | | | | | | | | | | | | | | | Fixed some inconsistencies and included better conformance to the Gentoo directory hierarchy.
| | * | Fixed repoman complaint about trailing whitespaceChris Kerr2013-07-011-1/+1
| | | |
| | * | Merge branch 'master' of https://github.com/gentoo-science/sci into HTCondorChris Kerr2013-07-0115-79/+128
| | |\ \
| | * | | Now everything is going in /usr/usr/whatever - trying setting PREFIX to /Chris Kerr2013-07-011-3/+1
| | | | |
| | * | | enable CONDOR_PACKAGE_BUILDChris Kerr2013-06-291-1/+1
| | | | |
| | * | | Enable installation directory choices compatible with DebianChris Kerr2013-06-292-1/+34
| | | | | | | | | | | | | | | | | | | | | | | | | (in the hope that this is saner than the default to put stuff in all sorts of strange places)
| | * | | Merge branch 'master' of https://github.com/gentoo-science/sci into HTCondorChris Kerr2013-06-2916-611/+37
| | |\ \ \
| | * | | | Removed lines symlinking executables into the DESTDIR rootChris Kerr2013-06-291-4/+1
| | | | | |
| | * | | | Merge branch 'master' of https://github.com/gentoo-science/sci into HTCondorChris Kerr2013-06-27342-2755/+4115
| | |\ \ \ \
| | * | | | | condor_config.local is no longer installed in /var/lib/condor (or fowners ↵Chris Kerr2013-06-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | fails anyway)
| | * | | | | Need to create a /var/lib/condor directoryChris Kerr2013-06-171-0/+1
| | | | | | |
| | * | | | | Looks like the condor_tools patch also requires backslashesChris Kerr2013-06-171-3/+3
| | | | | | |
| | * | | | | Copying diffs from the terminal stripped out tabs, causing them to failChris Kerr2013-06-171-17/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Try this one...
| | * | | | | Changed patch format to see if this works betterChris Kerr2013-06-171-4/+4
| | | | | | |
| | * | | | | Changing CMAKE_INSTALL_PREFIX was a bad idea, trying adding $ENV{DESTDIR} ↵Chris Kerr2013-06-172-2/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | | before offending paths
| | * | | | | Use CMAKE_INSTALL_PREFIX - hopefully fix sandbox violationsChris Kerr2013-06-171-0/+1
| | | | | | |
| | * | | | | Fixed repoman complaintsChris Kerr2013-06-172-13/+18
| | | | | | |
| | * | | | | Deleted old ebuilds now they aren't needed to copy code fromChris Kerr2013-06-172-320/+0
| | | | | | |
| | * | | | | Wrote a src_install function based on code copied from old ebuildsChris Kerr2013-06-171-0/+16
| | | | | | |
| | * | | | | Patch that will hopefully solve problems with linker not finding dlopen symbolChris Kerr2013-06-172-0/+16
| | | | | | |
| | * | | | | A couple more tweaksChris Kerr2013-06-171-0/+2
| | | | | | |
| | * | | | | HAVE_DMTCP is a path, not a booleanChris Kerr2013-06-161-1/+0
| | | | | | |
| | * | | | | Looking at CMake Cache suggests it also depends on LDAPChris Kerr2013-06-161-0/+1
| | | | | | |
| | * | | | | Added CMAKE_MIN_VERSIONChris Kerr2013-06-161-0/+1
| | | | | | |
| | * | | | | cmake-utils_use_has, not _use_have...Chris Kerr2013-06-161-4/+4
| | | | | | |
| | * | | | | Apparently we can't use >= with -rN atoms - using the next minor versionChris Kerr2013-06-161-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | number instead.
| | * | | | | Hopefully improved htcondor ebuildChris Kerr2013-06-161-11/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added to CMake flags Added versions to dependencies
| | * | | | | Explicit cmake-utils flags have to be the correct caseChris Kerr2013-06-161-8/+8
| | | | | | |
| | * | | | | Created manifestChris Kerr2013-06-152-4/+8
| | | | | | |
| | * | | | | Created htcondor-8.0.0.ebuildChris Kerr2013-06-151-0/+63
| | | | | | |
| | * | | | | Copied old Condor files, moved to sys-cluster/htcondorChris Kerr2013-06-158-0/+465
| | | | | | |
* | | | | | | sci-libs/plasma: Version bump. Avoid collision with KDE plasma (github issue ↵Sébastien Fabbro2013-07-123-1/+142
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | #34) Package-Manager: portage-2.2.01.22124-prefix
* | | | | | fix nullmpi use flagsChristoph Junghans2013-07-122-3/+5
| | | | | | | | | | | | | | | | | | | | | | | | Package-Manager: portage-2.2.0_alpha188
* | | | | | add threads as an optional use depJustin Bronder2013-07-112-5/+8
| | | | | | | | | | | | | | | | | | | | | | | | Package-Manager: portage-2.1.12.2
* | | | | | Merge branch 'jlec'Justin Lecher2013-07-112-280/+284
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | * jlec: sci-chemistry/coot: Update pc patch