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
0846d79f
Commit
0846d79f
authored
5 years ago
by
root
Browse files
Options
Downloads
Patches
Plain Diff
adding Proj library :
https://proj.org
parent
9dbd8378
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
envfiles/proj/4.9.3
+1
-1
1 addition, 1 deletion
envfiles/proj/4.9.3
envfiles/proj/6.3.1
+24
-0
24 additions, 0 deletions
envfiles/proj/6.3.1
with
25 additions
and
1 deletion
envfiles/proj
-
4.9.3
→
envfiles/proj
/
4.9.3
+
1
−
1
View file @
0846d79f
...
...
@@ -21,4 +21,4 @@ prepend-path MAN_PATH $PROJ_CURPATH/share/man
setenv PROJ_LIB $PROJ_CURPATH/share/proj
setenv C_INCLUDE_PATH $PROJ_CURPATH/include/
append-path PE_PRODUCT_LIST PROJ
append-path PE_PRODUCT_LIST PROJ
.$PROJ_LEVEL
This diff is collapsed.
Click to expand it.
envfiles/proj/6.3.1
0 → 100644
+
24
−
0
View file @
0846d79f
#%Module######################################################################
#
# 20200224 PROJ 6.3.1 modulefile
#
proc ModulesHelp { } {
puts stderr "This modulefile defines the library paths and"
puts stderr "include paths needed to use PROJ 6.3.1"
puts stderr "The program PROJ 6.3.1"
puts stderr "is added to PATH."
}
set is_module_rm [module-info mode remove]
set PROJ_LEVEL 6.3.1
set PROJ_CURPATH /share/apps/bin/proj/$PROJ_LEVEL/
prepend-path PATH $PROJ_CURPATH/bin
prepend-path LD_LIBRARY_PATH $PROJ_CURPATH/lib
prepend-path MAN_PATH $PROJ_CURPATH/share/man
setenv PROJ_LIB $PROJ_CURPATH/share/proj
setenv C_INCLUDE_PATH $PROJ_CURPATH/include/
append-path PE_PRODUCT_LIST PROJ.$PROJ_LEVEL
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