Codebase list globus-gram-job-manager-slurm / f7036c6
Switch upstream to Grid Community Toolkit First Grid Community Toolkit release Move VCS to salsa.debian.org Mattias Ellert 5 years ago
5 changed file(s) with 38 addition(s) and 28 deletion(s). Raw diff Collapse all Expand all
0 This package is part of the GRAM5 component
1 of the Globus Toolkit. For more information visit:
0 This package is part of the Grid Resource Allocation and Management component
1 of the Grid Community Toolkit. For more information visit:
22
3 http://toolkit.globus.org/toolkit/docs/latest-stable/gram5/
3 https://gridcf.org/gct-docs/gram5/
44
55 Key Concepts:
6 http://toolkit.globus.org/toolkit/docs/latest-stable/gram5/key/
6 https://gridcf.org/gct-docs/gram5/key/
77
88 Admin Guide:
9 http://toolkit.globus.org/toolkit/docs/latest-stable/gram5/admin/
9 https://gridcf.org/gct-docs/gram5/admin/
1010
1111 User's Guide:
12 http://toolkit.globus.org/toolkit/docs/latest-stable/gram5/user/
12 https://gridcf.org/gct-docs/gram5/user/
1313
1414 Developer's Guide:
15 http://toolkit.globus.org/toolkit/docs/latest-stable/gram5/developer/
15 https://gridcf.org/gct-docs/gram5/developer/
1616
1717 Release Notes:
18 http://toolkit.globus.org/toolkit/docs/latest-stable/gram5/rn/
18 https://gridcf.org/gct-docs/gram5/rn/
1919
2020 Public Interface Guide:
21 http://toolkit.globus.org/toolkit/docs/latest-stable/gram5/pi/
21 https://gridcf.org/gct-docs/gram5/pi/
2222
2323 Quality Profile:
24 http://toolkit.globus.org/toolkit/docs/latest-stable/gram5/qp/
24 https://gridcf.org/gct-docs/gram5/qp/
2525
2626 Migrating Guide:
27 http://toolkit.globus.org/toolkit/docs/latest-stable/gram5/mig/
27 https://gridcf.org/gct-docs/gram5/mig/
0 globus-gram-job-manager-slurm (3.0-1) unstable; urgency=medium
1
2 * Switch upstream to Grid Community Toolkit
3 * First Grid Community Toolkit release
4 * Move VCS to salsa.debian.org
5
6 -- Mattias Ellert <mattias.ellert@physics.uu.se> Sun, 16 Sep 2018 03:16:31 +0200
7
08 globus-gram-job-manager-slurm (2.8-2) unstable; urgency=medium
19
210 * Packaging updates
11 Priority: optional
22 Maintainer: Mattias Ellert <mattias.ellert@physics.uu.se>
33 Build-Depends: debhelper (>= 9), dh-autoreconf, pkg-config
4 Standards-Version: 4.0.0
4 Standards-Version: 4.2.1
55 Section: net
6 Vcs-Browser: http://svn.nordugrid.org/trac/packaging/browser/debian/globus-gram-job-manager-slurm
7 Vcs-Svn: http://svn.nordugrid.org/repos/packaging/debian/globus-gram-job-manager-slurm
8 Homepage: http://toolkit.globus.org/
6 Vcs-Browser: https://salsa.debian.org/ellert/globus-gram-job-manager-slurm
7 Vcs-Git: https://salsa.debian.org/ellert/globus-gram-job-manager-slurm.git
8 Homepage: https://github.com/gridcf/gct/
99
1010 Package: globus-gram-job-manager-slurm
1111 Section: net
1212 Architecture: all
1313 Multi-Arch: foreign
14 Provides: globus-gram-job-manager-slurm-setup-poll
1415 Depends: ${misc:Depends}, ${perl:Depends}, globus-gram-job-manager (>= 13), globus-gram-job-manager-scripts (>= 4), globus-gass-cache-program (>= 5), globus-gatekeeper (>= 9)
15 Description: Globus Toolkit - SLURM Job Manager Support
16 The Globus Toolkit is an open source software toolkit used for
17 building Grid systems and applications. It is being developed by the
18 Globus Alliance and many others all over the world. A growing number
19 of projects and companies are using the Globus Toolkit to unlock the
20 potential of grids for their cause.
16 Description: Grid Community Toolkit - SLURM Job Manager Support
17 The Grid Community Toolkit (GCT) is an open source software toolkit used for
18 building grid systems and applications. It is a fork of the Globus Toolkit
19 originally created by the Globus Alliance. It is supported by the Grid
20 Community Forum (GridCF) that provides community-based support for core
21 software packages in grid computing.
2122 .
2223 The globus-gram-job-manager-slurm package contains:
2324 SLURM Job Manager Support
00 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
11 Upstream-Name: globus_gram_job_manager_slurm
2 Upstream-Contact: http://toolkit.globus.org/
3 Source: https://downloads.globus.org/toolkit/gt6/packages/globus_gram_job_manager_slurm-2.8.tar.gz
2 Upstream-Contact: https://github.com/gridcf/gct/
3 Source: https://repo.gridcf.org/gct6/sources/globus_gram_job_manager_slurm-3.0.tar.gz
44
55 Files: *
66 Copyright:
77 1999-2016 University of Chicago
8 2018 Grid Community Forum
89 License: Apache-2.0
910
1011 Files: slurm.pm
3637
3738 Files: debian/*
3839 Copyright:
39 2008-2017 Mattias Ellert <mattias.ellert@physics.uu.se>
40 2008-2018 Mattias Ellert <mattias.ellert@physics.uu.se>
4041 2010-2013 Initiative for Globus in Europe (IGE), http://www.ige-project.eu/
4142 License: Apache-2.0
4243
88 _prefix = /usr
99 _bindir = $(_prefix)/bin
1010 _sbindir = $(_prefix)/sbin
11 _includedir = $(_prefix)/include
1112 _datadir = $(_prefix)/share
1213 _mandir = $(_datadir)/man
1314 _docdir = $(_datadir)/doc/$(name)
2122
2223 dh_autoreconf
2324
25 MPIRUN=no \
2426 SRUN=/usr/bin/srun \
2527 SBATCH=/usr/bin/sbatch \
2628 SALLOC=/usr/bin/salloc \
2729 SCANCEL=/usr/bin/scancel \
2830 SCONTROL=/usr/bin/scontrol \
29 MPIRUN=/usr/bin/mpirun \
3031 dh_auto_configure -- \
3132 --disable-static \
32 --sharedstatedir=/var/lib \
33 --includedir='$${prefix}/include/globus' \
34 --libexecdir='$${datadir}/globus' \
33 --includedir=$(_includedir)/globus \
34 --libexecdir=$(_datadir)/globus \
3535 --docdir=$(_docdir) \
3636 --with-perlmoduledir=$(perl_vendorlib)
3737