Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
S
src
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
9
Issues
9
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Code Review
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Pmodules
src
Commits
c45982a6
Commit
c45982a6
authored
Oct 30, 2020
by
gsell
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
modulebuild.conf.in: OS specific config removed
parent
ac5f257c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
17 deletions
+3
-17
config/modbuild.conf.in
config/modbuild.conf.in
+3
-17
No files found.
config/modbuild.conf.in
View file @
c45982a6
#!/bin/bash
#
# define PMODULES_ROOT only if it has not been passed as argument
# to build/install scripts
#
:
${
PMODULES_ROOT
:
=@PMODULES_ROOT@
}
:
${
PMODULES_DISTFILESDIR
:
=@PMODULES_DISTFILESDIR@
}
:
${
PMODULES_TMPDIR
:
=@PMODULES_TMPDIR@
}
export
PMODULES_ROOT
export
PMODULES_DISTFILESDIR
export
PMODULES_TMPDIR
declare
-x
PMODULES_CONFIG_DIR
=
'config'
declare
-x
PMODULES_MODULEFILES_DIR
=
'modulefiles'
...
...
@@ -17,16 +16,3 @@ declare -x PMODULES_DEFAULT_GROUPS='Tools Programming'
declare
-x
PMODULES_DEFINED_RELEASES
=
':unstable:stable:deprecated:'
declare
-x
PMODULES_DEFAULT_RELEASES
=
'stable'
export
PMODULES_DISTFILESDIR
export
PMODULES_TMPDIR
#-----------------------------------------------------------------------------
# OS specific configuration
#
case
${
OS
}
in
Darwin
)
declare
-x
MACOSX_DEPLOYMENT_TARGET
=
'10.12'
#declare -rx SDKROOT='macosx10.9'
;;
esac
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment