Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
modulefiles
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mbb
modulefiles
Commits
9f1b16d0
Commit
9f1b16d0
authored
5 years ago
by
remy
Browse files
Options
Downloads
Patches
Plain Diff
new curl modulefile
parent
cc77d9ef
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
envfiles/curl/7.50.3
+1
-1
1 addition, 1 deletion
envfiles/curl/7.50.3
envfiles/curl/7.51.0-devel
+1
-1
1 addition, 1 deletion
envfiles/curl/7.51.0-devel
envfiles/curl/7.68.0-dev
+27
-0
27 additions, 0 deletions
envfiles/curl/7.68.0-dev
with
29 additions
and
2 deletions
envfiles/curl/7.50.3
+
1
−
1
View file @
9f1b16d0
...
...
@@ -24,4 +24,4 @@ prepend-path PATH $CURL_CURPATH/$CURL_LEVEL.$CURL_SUBVER/bin
prepend-path LD_LIBRARY_PATH $CURL_CURPATH/$CURL_LEVEL.$CURL_SUBVER/lib
prepend-path MANPATH $CURL_CURPATH/$CURL_LEVEL.$CURL_SUBVER/share/man
append-path PE_PRODUCT_LIST CURL
append-path PE_PRODUCT_LIST CURL
.$CURL_LEVEL.$CURL_SUBVER
This diff is collapsed.
Click to expand it.
envfiles/curl/7.51.0-devel
+
1
−
1
View file @
9f1b16d0
...
...
@@ -24,4 +24,4 @@ prepend-path PATH $CURL_CURPATH/$CURL_LEVEL/bin
prepend-path LD_LIBRARY_PATH $CURL_CURPATH/$CURL_LEVEL/lib
prepend-path MANPATH $CURL_CURPATH/$CURL_LEVEL/share/man
append-path PE_PRODUCT_LIST CURL
append-path PE_PRODUCT_LIST CURL
.$CURL_LEVEL.$CURL_SUBVER
This diff is collapsed.
Click to expand it.
envfiles/curl/7.68.0-dev
0 → 100644
+
27
−
0
View file @
9f1b16d0
#%Module######################################################################
#
# cURL 7.50.3 modulefile 20161014
#
proc ModulesHelp { } {
puts stderr "This modulefile defines the library paths and"
puts stderr "include paths needed to use cURL 7.50.3"
puts stderr "The program cURL"
puts stderr "is added to PATH."
}
set is_module_rm [module-info mode remove]
set CURL_LEVEL 7.68
set CURL_SUBVER 0-dev
set CURL_CURPATH /share/apps/bin/curl
setenv C_INCLUDE_PATH $CURL_CURPATH/$CURL_LEVEL.$CURL_SUBVER/include
setenv CPLUS_INCLUDE_PATH $CURL_CURPATH/$CURL_LEVEL.$CURL_SUBVER/include
prepend-path PATH $CURL_CURPATH/$CURL_LEVEL.$CURL_SUBVER/bin
prepend-path LD_LIBRARY_PATH $CURL_CURPATH/$CURL_LEVEL.$CURL_SUBVER/lib
prepend-path MANPATH $CURL_CURPATH/$CURL_LEVEL.$CURL_SUBVER/share/man
append-path PE_PRODUCT_LIST CURL.$CURL_LEVEL.$CURL_SUBVER
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment