-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change-Id: I79222dbb2b338e451fd8c76d06ab15911242d9e4 Reviewed-on: https://marduk.tchpc.tcd.ie:8443/124 Reviewed-by: <[email protected]> Tested-by: <[email protected]>
- Loading branch information
Jimmy Tang
committed
Jun 30, 2011
1 parent
d643ce9
commit 3d92da7
Showing
9 changed files
with
70 additions
and
56 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
## The upstream authors | ||
|
||
- mpkg - <http://staff.e.kth.se/mpkg/index.html> | ||
- cports - <http://www.caoslinux.org/> and <http://caoswiki.infiscale.org/> | ||
|
||
## The current authors | ||
|
||
- Mainly staff from TCHPC | ||
- The time is paid for by eINIS, HPCE2, OIP and maybe one or two | ||
other projects that may be benefitting from the results of this | ||
build/package system. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,3 +2,6 @@ Primary contacts for cports | |
|
||
* Jimmy Tang <[email protected]> | ||
* Darach Golden <[email protected]> | ||
|
||
The primary contacts are the current [[authors]], the list of authors | ||
also contain a list of upstream authors. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
- Fork of cports from caoslinux, which in turn is a fork of mpkg | ||
- Fix up modulefile naming convention | ||
- Fix up current target to add symlink to modulefile as well | ||
- reverted the linking to modulefile, it breaks things | ||
- also added uncurrent target | ||
- Added open64 COMPILERS option | ||
- Added F90 variables, to make sure a fortran90 compiler is selected when needed | ||
- Extended the modulefile generation targets to include these variables | ||
- INCLUDE_PATH | ||
- CPLUS_INCLUDE_PATH | ||
- C_INCLUDE_PATH | ||
- LD_LIBRARY_PATH | ||
- LIBRARY_PATH | ||
- LD_RUN_PATH | ||
- PKG_CONFIG_PATH | ||
- PYTHONPATH | ||
- New packages that TCHPC finds useful | ||
- Added R modules in the same style the perl modules for convenience |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
## Systems tested on | ||
|
||
- ScientificLinux 5.x (64bit) | ||
- ScientificLinux 5.x (32bit) | ||
|
||
### Systems that bootstrap works on, but not fully tested | ||
|
||
- ScientificLinux 4.x (32bit) | ||
- not recommended to run in this environment unless necessary | ||
- need to redefine F77 to use g77 instead if you need numerical packages to work | ||
- Debian 5.x (64bit) | ||
|
||
## Systems failed on | ||
|
||
- OSX 10.6 - doesn't have a gfortran by default, users must install | ||
gfortran from a third party packaging system. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters