-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug fix in Narwhal compiler config, and update of Gaea C5 config
- Loading branch information
Showing
3 changed files
with
20 additions
and
10 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
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 |
---|---|---|
|
@@ -16,7 +16,7 @@ | |
python: | ||
buildable: false | ||
externals: | ||
- spec: [email protected] +bz2 +ctypes +dbm ~debug +libxml2 +lzma ~nis ~optimizations +pic +pyexpat +pythoncmd +readline +shared +sqlite3 +ssl ~tix ~tkinter +uuid +zlib | ||
- spec: [email protected] | ||
modules: [python/3.9.12] | ||
autoconf: | ||
externals: | ||
|
@@ -38,10 +38,16 @@ | |
externals: | ||
- spec: [email protected] | ||
prefix: /usr | ||
bzip2: | ||
# Don't use, it's missing the headers | ||
#bzip2: | ||
# externals: | ||
# - spec: [email protected] | ||
# prefix: /usr | ||
cmake: | ||
buildable: false | ||
externals: | ||
- spec: [email protected] | ||
prefix: /usr | ||
- spec: [email protected] | ||
modules: [cmake/3.23.1] | ||
coreutils: | ||
externals: | ||
- spec: [email protected] | ||
|
@@ -92,11 +98,6 @@ | |
externals: | ||
- spec: [email protected] | ||
prefix: /usr | ||
cmake: | ||
buildable: false | ||
externals: | ||
- spec: [email protected] | ||
modules: [cmake/3.23.1] | ||
git: | ||
buildable: false | ||
externals: | ||
|
@@ -119,12 +120,20 @@ | |
externals: | ||
- spec: [email protected] | ||
prefix: /usr | ||
# This package is incomplete, but still works for us | ||
krb5: | ||
externals: | ||
- spec: [email protected] | ||
#prefix: /usr/lib/mit | ||
prefix: /usr | ||
libfuse: | ||
externals: | ||
- spec: [email protected] | ||
prefix: /usr | ||
- spec: [email protected] | ||
prefix: /usr | ||
libtirpc: | ||
variants: ~gssapi | ||
libtool: | ||
externals: | ||
- spec: [email protected] | ||
|
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