diff --git a/envfiles/curl/7.50.3 b/envfiles/curl/7.50.3 index ebfd76a8fd268d8ffcefc515aa5013a067e8044f..cbe0cd9b9556b9864d6c6b16dad577887199a6c3 100644 --- a/envfiles/curl/7.50.3 +++ b/envfiles/curl/7.50.3 @@ -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 diff --git a/envfiles/curl/7.51.0-devel b/envfiles/curl/7.51.0-devel index ae848babe7dbb67e3562f7379c35407bafff44d4..c5ceceafa72dfb6b5e1f485c971e786cae63a0d5 100644 --- a/envfiles/curl/7.51.0-devel +++ b/envfiles/curl/7.51.0-devel @@ -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 diff --git a/envfiles/curl/7.68.0-dev b/envfiles/curl/7.68.0-dev new file mode 100644 index 0000000000000000000000000000000000000000..a22a8223008a17e8e6ba89d46e648871d11f1c96 --- /dev/null +++ b/envfiles/curl/7.68.0-dev @@ -0,0 +1,27 @@ +#%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