aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* sys-cluster/charm-6.5.1: Small fix in patch to make printing less verbose.Nicolas Bock2013-09-142-1/+4
| | | | Package-Manager: portage-2.2.1
* sys-cluster/charm-6.5.1: Fix patch for the last time.Nicolas Bock2013-09-112-7/+13
| | | | Package-Manager: portage-2.2.2
* sys-cluster/charm-6.5.1-r1: Backported patch just added to correct upstream ↵Nicolas Bock2013-09-112-44/+15
| | | | | | version. Package-Manager: portage-2.2.2
* sys-cluster/charm-6.5.1-r1: Added patch from ticket 294.Nicolas Bock2013-09-113-0/+88
| | | | Package-Manager: portage-2.2.2
* Version bump to sys-cluster/charm-6.5.1-r1 to push CkMigrationMgr patch to ↵Nicolas Bock2013-09-113-1/+201
| | | | | | users. Package-Manager: portage-2.2.1
* Added patch to fix bug in CkReductionMgr::reduceMessages().Nicolas Bock2013-09-113-0/+40
| | | | | | This issues has been reported upstream (issue #287). Package-Manager: portage-2.2.1
* sys-cluster/charmdebug: Updated manifest.Nicolas Bock2013-08-133-1/+12
| | | | | | | | | | The Charm++ developers replaced the tar file on their webpage with a bug fix release with the same filename and version as before (6.2.0). I updated the manifest and bumped the ebuild so that users will get the benefit of this new version. Since the old tar file is not available anymore from the charm download page, I renamed the ebuild instead of copying it. Package-Manager: portage-2.2.0_alpha195
* added updated HPX ebuildAndreas Schäfer2013-08-122-0/+30
|
* Merge https://github.com/gentoo-science/sciAndreas Schäfer2013-08-045-1/+71
|\
| * sys-cluster/charmdebug: Added USE flag conditional.Nicolas Bock2013-07-312-1/+5
| | | | | | | | | | | | charmdebug does not work for SMP compiled charm. Package-Manager: portage-2.2.0_alpha190
| * sys-cluster/charm-6.5.1: Added patch to fix config.hNicolas Bock2013-07-233-0/+66
| | | | | | | | | | | | | | | | | | | | The added patch addresses bug #252, https://charm.cs.illinois.edu/redmine/issues/252 until upstream fixes this problem. Package-Manager: portage-2.2.0_alpha188
* | updated HPX ebuild to cope with new cmake-utils eclassAndreas Schäfer2013-08-021-0/+1
| |
* | updated HPX ebuild to cope with new cmake-utils eclassAndreas Schäfer2013-08-021-0/+39
|/
* 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-0214-13/+319
| |\
| * | 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-013-1/+81
| |\ \
| * | | 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-295-259/+0
| |\ \ \
| * | | | 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-2724-41/+654
| |\ \ \ \
| * | | | | 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
| | | | | |
* | | | | | Update lustre patchesAlexey Shvetsov2013-07-1114-4084/+96
| | | | | | | | | | | | | | | | | | | | | | | | Package-Manager: portage-2.2.0_alpha186
* | | | | | bumpJustin Bronder2013-07-103-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | Package-Manager: portage-2.1.12.2