Skip to content
Snippets Groups Projects
Commit 9f1b16d0 authored by remy's avatar remy
Browse files

new curl modulefile

parent cc77d9ef
No related branches found
No related tags found
No related merge requests found
......@@ -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
......@@ -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
#%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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment