Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
GeoModel
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
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
Code review analytics
Issue analytics
Insights
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
GeoModelDev
GeoModel
Commits
d0714870
Commit
d0714870
authored
4 years ago
by
Riccardo Maria Bianchi
Browse files
Options
Downloads
Patches
Plain Diff
Add the extra step to setup the 'rpath' for GMXPlugin
parent
b4fff01c
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!67
Bringing GeoModelXML into GeoModel
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
GeoModelXML/README.md
+10
-1
10 additions, 1 deletion
GeoModelXML/README.md
with
10 additions
and
1 deletion
GeoModelXML/README.md
+
10
−
1
View file @
d0714870
...
...
@@ -13,15 +13,24 @@ https://twiki.atlas-canada.ca/pub/AtlasCanada/ITk/gmx2geo.pdf
## How to build it
If
`GeoModel`
is installed:
```
# Clone
git clone ssh://git@gitlab.cern.ch:7999/atlas/geomodelatlas/GeoModelATLAS.git
# Configure, build, install locally:
mkdir build_geomodelatlas; cd build_geomodelatlas
cmake -DCMAKE_INSTALL_PREFIX=../install/ -DGEOMODELATLAS_BUILD_GEOMODELXML=1 ../GeoModelATLAS
make
make install
# EXTRA STEP: Add a rpath, only needed when using a local 'install' folder
install_name_tool -add_rpath ../install/lib ../install/lib/libGMXPlugin.dylib
cd ..
```
## How to run it
Running the GMXPlugin executes the xerces parser to parse the xml file. The expression evaluator only works if the system language is set to USEnglish, thus do:
...
...
@@ -33,7 +42,7 @@ From e.g. your home directory
```
cd install
export GMX_FILES="../GeoModelATLAS/GeoModelX
ml
/data/example1.xml"
export GMX_FILES="../GeoModelATLAS/GeoModelX
ML
/data/example1.xml"
bin/gmex lib/libGMXPlugin.1.0.0.dylib (or .so on Linux)
```
...
...
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