Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

get rid of references to 'hpcugent' organisation after move to github.com/easybuilders #4815

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
12 changes: 6 additions & 6 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ We'd love you to contribute back to EasyBuild, and here's how you can do it: the

### Fork easybuild-easyconfigs

First, you'll need to fork [easybuild-easyconfigs on GitHub](http://github.com/hpcugent/easybuild-easyconfigs).
First, you'll need to fork [easybuild-easyconfigs on GitHub](https://github.com/easybuilders/easybuild-easyconfigs).

If you do not have a (free) GitHub account yet, you'll need to get one.

Expand All @@ -25,10 +25,10 @@ Pull the _develop_ branch from the main easybuild-easyconfigs repository:

```bash
cd easybuild
git remote add github_hpcugent [email protected]:hpcugent/easybuild-easyconfigs.git
git remote add github_easybuilders [email protected]:easybuilders/easybuild-easyconfigs.git
git branch develop
git checkout develop
git pull github_hpcugent develop
git pull github_easybuilders develop
```

### Keep develop up-to-date
Expand All @@ -39,7 +39,7 @@ Make sure you update it every time you create a feature branch (see below):

```bash
git checkout develop
git pull github_hpcugent develop
git pull github_easybuilders develop
```


Expand All @@ -49,7 +49,7 @@ git pull github_hpcugent develop
### Pick a branch name

Please try and follow these guidelines when picking a branch name:
* use the number of the issue as a prefix for your branch name, e.g. `86_` for issue [#86](https://github.com/hpcugent/easybuild-framework/issues/86)
* use the number of the issue as a prefix for your branch name, e.g. `86_` for issue [#86](https://github.com/easybuilders/easybuild-framework/issues/86)
* append a short but descriptive branch name, in which words are joined by underscores, e.g. `86_encoding_scheme`

### Create branch
Expand Down Expand Up @@ -113,7 +113,7 @@ If you're contributing code to an existing issue you can also convert the issue
GITHUBUSER=your_username && PASSWD=your_password && BRANCH=branch_name && ISSUE=issue_number && \
curl --user "$GITHUBUSER:$PASSWD" --request POST \
--data "{\"issue\": \"$ISSUE\", \"head\": \"$GITHUBUSER:$BRANCH\", \"base\": \"develop\"}" \
https://api.github.com/repos/hpcugent/easybuild-easyconfigs/pulls
https://api.github.com/repos/easybuilders/easybuild-easyconfigs/pulls
```
This is currently only supported by github from the command line and not via the web interface.
You might also want to look into [hub](https://github.com/defunkt/hub) for more command line features.
Expand Down
18 changes: 9 additions & 9 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.. image:: http://hpcugent.github.io/easybuild/images/easybuild_logo_small.png
.. image:: https://easybuilders.github.io/easybuild/images/easybuild_logo_small.png
:align: center

`EasyBuild <https://hpcugent.github.io/easybuild>`_ is a software build
`EasyBuild <https://easybuilders.github.io/easybuild>`_ is a software build
and installation framework that allows you to manage (scientific) software
on High Performance Computing (HPC) systems in an efficient way.

Expand All @@ -15,31 +15,31 @@ The EasyBuild documentation is available at http://easybuild.readthedocs.org/.

The easybuild-easyconfigs package is hosted on GitHub, along
with an issue tracker for bug reports and feature requests, see
http://github.com/hpcugent/easybuild-easyconfigs.
https://github.com/easybuilders/easybuild-easyconfigs.

Related Python packages:

* **easybuild-framework**

* the EasyBuild framework, which includes the ``easybuild.framework`` and ``easybuild.tools`` Python
packages that provide general support for building and installing software
* GitHub repository: http://github.com/hpcugent/easybuild-framework
* GitHub repository: https://github.com/easybuilders/easybuild-framework
* PyPi: https://pypi.python.org/pypi/easybuild-framework

* **easybuild-easyblocks**

* a collection of easyblocks that implement support for building and installing (groups of) software packages
* GitHub repository: http://github.com/hpcugent/easybuild-easyblocks
* GitHub repository: https://github.com/easybuilders/easybuild-easyblocks
* package on PyPi: https://pypi.python.org/pypi/easybuild-easyblocks

*Build status overview:*

* **master** branch:

.. image:: https://travis-ci.org/hpcugent/easybuild-easyconfigs.svg?branch=master
:target: https://travis-ci.org/hpcugent/easybuild-easyconfigs/branches
.. image:: https://travis-ci.org/easybuilders/easybuild-easyconfigs.svg?branch=master
:target: https://travis-ci.org/easybuilders/easybuild-easyconfigs/branches

* **develop** branch:

.. image:: https://travis-ci.org/hpcugent/easybuild-easyconfigs.svg?branch=develop
:target: https://travis-ci.org/hpcugent/easybuild-easyconfigs/branches
.. image:: https://travis-ci.org/easybuilders/easybuild-easyconfigs.svg?branch=develop
:target: https://travis-ci.org/easybuilders/easybuild-easyconfigs/branches
6 changes: 3 additions & 3 deletions RELEASE_NOTES
Original file line number Diff line number Diff line change
Expand Up @@ -749,7 +749,7 @@ feature + bugfix release
Xmipp (#1489)
- added easyconfigs for new (Cray-specific) toolchains (#1538): CrayGNU, CrayIntel, CrayCCE
- initially supported software (using CrayGNU toolchains): CP2K, GROMACS, HPL, Python + numpy/scipy, WRF (#1558)
- see also https://github.com/hpcugent/easybuild/wiki/EasyBuild-on-Cray
- see also http://easybuild.readthedocs.io/en/latest/Cray-support.html
- added new easyconfigs for existing toolchains: goolf/1.5.16, intel/2014.06
- added additional easyconfigs for various supported software packages: version updates, different toolchains, ...
including GCC v5.1.0, OpenFOAM v2.3.1, R v3.1.3 and v3.2.0, PETSc/SLEPc v3.5.3, WIEN2k v14.1
Expand Down Expand Up @@ -789,7 +789,7 @@ feature + bugfix release
- various other enhancements, including:
- don't define $LDSHARED in zlib easyconfigs (#1350)
- this fixes the long-standing "no version information available" issue with zlib
- see also https://github.com/hpcugent/easybuild-framework/issues/108
- see also https://github.com/easybuilders/easybuild-framework/issues/108
- add unit test to check that all extra_options keys are defined in EasyConfig instance (#1378)
- add source MD5 checksums in all GCC easyconfigs (#1391)
- speeding up the unit tests by avoiding rereading of same easyconfig file (#1432)
Expand All @@ -800,7 +800,7 @@ feature + bugfix release
- revert version of Libint dependency to 1.1.4 in CP2K v2.5.1 easyconfig (#1144)
- added Java dependencies to EMBOSS easyconfigs (#1167)
- don't list 'lto' as a language in GCC easyconfigs (#1286)
- related to the fixes in the GCC easyblock, see hpcugent/easybuild-easyblocks#535
- related to the fixes in the GCC easyblock, see easybuilders/easybuild-easyblocks#535
- rename libint2 easyconfigs as Libint v2 easyconfigs (#1287)
- fix mpi4py source_urls in Python easyconfigs (#1306)
- consistently use CLooG 0.18.0 for GCC 4.8 series (#1392)
Expand Down
2 changes: 1 addition & 1 deletion easybuild/easyconfigs/TEMPLATE.eb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Note:
# This is an easyconfig file for EasyBuild, see https://github.com/hpcugent/easybuild
# This is an easyconfig file for EasyBuild, see https://github.com/easybuilders/easybuild
# It was auto-generated based on a template easyconfig, so it should be used with care.
easyblock = 'ConfigureMake'

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
##
# This file is an EasyBuild reciPY as per https://github.com/hpcugent/easybuild
# This file is an EasyBuild reciPY as per https://github.com/easybuilders/easybuild
#
# Copyright:: Copyright 2012-2014 Uni.Lu/LCSB, NTUA
# Authors:: Fotis Georgatos <[email protected]>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
##
# This file is an EasyBuild reciPY as per https://github.com/hpcugent/easybuild
# This file is an EasyBuild reciPY as per https://github.com/easybuilders/easybuild
#
# Copyright:: Copyright 2012-2014 Uni.Lu/LCSB, NTUA
# Authors:: Fotis Georgatos <[email protected]>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
##
# This file is an EasyBuild reciPY as per https://github.com/hpcugent/easybuild
# This file is an EasyBuild reciPY as per https://github.com/easybuilders/easybuild
#
# Copyright:: Copyright 2012-2014 Uni.Lu/LCSB, NTUA
# Authors:: Cedric Laczny <[email protected]>, Fotis Georgatos <[email protected]>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
##
# This file is an EasyBuild reciPY as per https://github.com/hpcugent/easybuild
# This file is an EasyBuild reciPY as per https://github.com/easybuilders/easybuild
#
# Copyright:: Copyright 2012-2014 Uni.Lu/LCSB, NTUA
# Authors:: Cedric Laczny <[email protected]>, Fotis Georgatos <[email protected]>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
##
# This file is an EasyBuild reciPY as per https://github.com/hpcugent/easybuild
# This file is an EasyBuild reciPY as per https://github.com/easybuilders/easybuild
#
# Copyright:: Copyright 2012-2014 Uni.Lu/LCSB, NTUA
# Authors:: Fotis Georgatos <[email protected]>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
##
# This file is an EasyBuild reciPY as per https://github.com/hpcugent/easybuild
# This file is an EasyBuild reciPY as per https://github.com/easybuilders/easybuild
#
# Copyright:: Copyright 2012-2014 Uni.Lu/LCSB, NTUA
# Authors:: Fotis Georgatos <[email protected]>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
##
# This file is an EasyBuild reciPY as per https://github.com/hpcugent/easybuild
# This file is an EasyBuild reciPY as per https://github.com/easybuilders/easybuild
#
# Copyright:: Copyright 2012-2014 Uni.Lu/LCSB, NTUA
# Authors:: Fotis Georgatos <[email protected]>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
##
# This file is an EasyBuild reciPY as per https://github.com/hpcugent/easybuild
# This file is an EasyBuild reciPY as per https://github.com/easybuilders/easybuild
#
# Copyright:: Copyright 2012-2014 Uni.Lu/LCSB, NTUA
# Authors:: Fotis Georgatos <[email protected]>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
##
# This file is an EasyBuild reciPY as per https://github.com/hpcugent/easybuild
# This file is an EasyBuild reciPY as per https://github.com/easybuilders/easybuild
#
# Copyright:: Copyright 2012-2014 Uni.Lu/LCSB, NTUA
# Authors:: Fotis Georgatos <[email protected]>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
##
# This file is an EasyBuild reciPY as per https://github.com/hpcugent/easybuild
# This file is an EasyBuild reciPY as per https://github.com/easybuilders/easybuild
#
# Copyright:: Copyright 2012-2014 Uni.Lu/LCSB, NTUA
# Authors:: Fotis Georgatos <[email protected]>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This file is an EasyBuild reciPY as per https://github.com/hpcugent/easybuild
# This file is an EasyBuild reciPY as per https://github.com/easybuilders/easybuild
# Author: Benjamin P. Roberts
# New Zealand eScience Infrastructure
# The University of Auckland, Auckland, New Zealand
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
##
# This file is an EasyBuild reciPY as per https://github.com/hpcugent/easybuild
# This file is an EasyBuild reciPY as per https://github.com/easybuilders/easybuild
#
# Copyright:: Copyright 2012-2014 Uni.Lu/LCSB, NTUA
# Authors:: Fotis Georgatos <[email protected]>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
##
# This file is an EasyBuild reciPY as per https://github.com/hpcugent/easybuild
# This file is an EasyBuild reciPY as per https://github.com/easybuilders/easybuild
#
# Copyright:: Copyright 2012-2014 Uni.Lu/LCSB, NTUA
# Authors:: Fotis Georgatos <[email protected]>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
##
# This file is an EasyBuild reciPY as per https://github.com/hpcugent/easybuild
# This file is an EasyBuild reciPY as per https://github.com/easybuilders/easybuild
#
# Copyright:: Copyright 2012-2014 Uni.Lu/LCSB, NTUA
# Authors:: Fotis Georgatos <[email protected]>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
##
# This file is an EasyBuild reciPY as per https://github.com/hpcugent/easybuild
# This file is an EasyBuild reciPY as per https://github.com/easybuilders/easybuild
#
# Copyright:: Copyright 2012-2014 Uni.Lu/LCSB, NTUA
# Authors:: Fotis Georgatos <[email protected]>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
##
# This file is an EasyBuild reciPY as per https://github.com/hpcugent/easybuild
# This file is an EasyBuild reciPY as per https://github.com/easybuilders/easybuild
#
# Copyright:: Copyright 2012-2014 Uni.Lu/LCSB, NTUA
# Authors:: Fotis Georgatos <[email protected]>, Kenneth Hoste (UGent)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
##
# This file is an EasyBuild reciPY as per https://github.com/hpcugent/easybuild
# This file is an EasyBuild reciPY as per https://github.com/easybuilders/easybuild
#
# Copyright:: Copyright 2012-2014 Uni.Lu/LCSB, NTUA
# Authors:: Cedric Laczny <[email protected]>, Fotis Georgatos <[email protected]>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
##
# This file is an EasyBuild reciPY as per https://github.com/hpcugent/easybuild
# This file is an EasyBuild reciPY as per https://github.com/easybuilders/easybuild
#
# Copyright:: Copyright 2012-2014 Uni.Lu/LCSB, NTUA
# Authors:: Cedric Laczny <[email protected]>, Fotis Georgatos <[email protected]>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
##
# This file is an EasyBuild reciPY as per https://github.com/hpcugent/easybuild
# This file is an EasyBuild reciPY as per https://github.com/easybuilders/easybuild
#
# Copyright:: Copyright 2012-2014 Cyprus Institute / CaSToRC, Uni.Lu/LCSB, NTUA
# Authors:: George Tsouloupas <[email protected]>, Fotis Georgatos <[email protected]>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
##
# This file is an EasyBuild reciPY as per https://github.com/hpcugent/easybuild
# This file is an EasyBuild reciPY as per https://github.com/easybuilders/easybuild
#
# Copyright:: Copyright 2012-2013 The Cyprus Institute
# Authors:: Andreas Panteli <[email protected]>, George Tsouloupas <[email protected]>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
##
# This file is an EasyBuild reciPY as per https://github.com/hpcugent/easybuild
# This file is an EasyBuild reciPY as per https://github.com/easybuilders/easybuild
#
# Copyright:: Copyright 2012-2013 University of Luxembourg/Computer Science and Communications Research Unit
# Authors:: Valentin Plugaru <[email protected]>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
##
# This file is an EasyBuild reciPY as per https://github.com/hpcugent/easybuild
# This file is an EasyBuild reciPY as per https://github.com/easybuilders/easybuild
#
# Copyright:: Copyright 2012-2014 Uni.Lu/LCSB, NTUA
# Authors:: Fotis Georgatos <[email protected]>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
##
# This file is an EasyBuild reciPY as per https://github.com/hpcugent/easybuild
# This file is an EasyBuild reciPY as per https://github.com/easybuilders/easybuild
#
# Copyright:: Copyright 2012-2014 Uni.Lu/LCSB, NTUA
# Authors:: Fotis Georgatos <[email protected]>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
##
# This file is an EasyBuild reciPY as per https://github.com/hpcugent/easybuild
# This file is an EasyBuild reciPY as per https://github.com/easybuilders/easybuild
#
# Copyright:: Copyright 2012-2014 Uni.Lu/LCSB, NTUA
# Authors:: Cedric Laczny <[email protected]>, Fotis Georgatos <[email protected]>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
##
# This file is an EasyBuild reciPY as per https://github.com/hpcugent/easybuild
# This file is an EasyBuild reciPY as per https://github.com/easybuilders/easybuild
#
# Copyright:: Copyright 2012-2014 Uni.Lu/LCSB, NTUA
# Authors:: Cedric Laczny <[email protected]>, Fotis Georgatos <[email protected]>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
##
# This file is an EasyBuild reciPY as per https://github.com/hpcugent/easybuild
# This file is an EasyBuild reciPY as per https://github.com/easybuilders/easybuild
#
# Copyright:: Copyright 2012-2014 Uni.Lu/LCSB, NTUA
# Authors:: Fotis Georgatos <[email protected]>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
##
# This file is an EasyBuild reciPY as per https://github.com/hpcugent/easybuild
# This file is an EasyBuild reciPY as per https://github.com/easybuilders/easybuild
#
# Copyright:: Copyright 2012-2014 Uni.Lu/LCSB, NTUA
# Authors:: Fotis Georgatos <[email protected]>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
##
# This file is an EasyBuild reciPY as per https://github.com/hpcugent/easybuild
# This file is an EasyBuild reciPY as per https://github.com/easybuilders/easybuild
#
# Copyright:: Copyright 2012-2014 Uni.Lu/LCSB, NTUA
# Authors:: Fotis Georgatos <[email protected]>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
##
# This file is an EasyBuild reciPY as per https://github.com/hpcugent/easybuild
# This file is an EasyBuild reciPY as per https://github.com/easybuilders/easybuild
#
# Copyright:: Copyright 2012-2014 Uni.Lu/LCSB, NTUA
# Authors:: Fotis Georgatos <[email protected]>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
##
# This file is an EasyBuild reciPY as per https://github.com/hpcugent/easybuild
# This file is an EasyBuild reciPY as per https://github.com/easybuilders/easybuild
#
# Copyright:: Copyright 2012-2014 Uni.Lu/LCSB, NTUA
# Authors:: Fotis Georgatos <[email protected]>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
##
# This file is an EasyBuild reciPY as per https://github.com/hpcugent/easybuild
# This file is an EasyBuild reciPY as per https://github.com/easybuilders/easybuild
#
# Copyright:: Copyright 2012-2014 Uni.Lu/LCSB, NTUA
# Authors:: Cedric Laczny <[email protected]>, Fotis Georgatos <[email protected]>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
##
# This file is an EasyBuild reciPY as per https://github.com/hpcugent/easybuild
# This file is an EasyBuild reciPY as per https://github.com/easybuilders/easybuild
#
# Copyright:: Copyright 2012-2014 Uni.Lu/LCSB, NTUA
# Authors:: Cedric Laczny <[email protected]>, Fotis Georgatos <[email protected]>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
##
# This file is an EasyBuild reciPY as per https://github.com/hpcugent/easybuild
# This file is an EasyBuild reciPY as per https://github.com/easybuilders/easybuild
#
# Copyright:: Copyright 2012-2014 Uni.Lu/LCSB, NTUA
# Authors:: Fotis Georgatos <[email protected]>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
##
# This file is an EasyBuild reciPY as per https://github.com/hpcugent/easybuild
# This file is an EasyBuild reciPY as per https://github.com/easybuilders/easybuild
#
# Copyright:: Copyright 2012-2014 Uni.Lu/LCSB, NTUA
# Authors:: Fotis Georgatos <[email protected]>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
##
# This is an easyconfig file for EasyBuild, see https://github.com/hpcugent/easybuild
# This is an easyconfig file for EasyBuild, see https://github.com/easybuilders/easybuild
#
# Copyright:: Copyright 2013-2015 Juelich Supercomputing Centre, Germany
# Authors:: Bernd Mohr <[email protected]>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
##
# This is an easyconfig file for EasyBuild, see https://github.com/hpcugent/easybuild
# This is an easyconfig file for EasyBuild, see https://github.com/easybuilders/easybuild
#
# Copyright:: Copyright 2013-2015 Juelich Supercomputing Centre, Germany
# Authors:: Bernd Mohr <[email protected]>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
##
# This is an easyconfig file for EasyBuild, see https://github.com/hpcugent/easybuild
# This is an easyconfig file for EasyBuild, see https://github.com/easybuilders/easybuild
#
# Copyright:: Copyright 2013-2015 Juelich Supercomputing Centre, Germany
# Authors:: Bernd Mohr <[email protected]>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
##
# This file is an EasyBuild reciPY as per https://github.com/hpcugent/easybuild
# This file is an EasyBuild reciPY as per https://github.com/easybuilders/easybuild
#
# Copyright:: Copyright 2012-2014 Uni.Lu/LCSB, NTUA
# Authors:: Cedric Laczny <[email protected]>, Fotis Georgatos <[email protected]>
Expand Down
Loading