Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
ParaView
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
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
stefano perticoni
ParaView
Commits
008d7714
Commit
008d7714
authored
13 years ago
by
David Partyka
Browse files
Options
Downloads
Plain Diff
Merge branch 'vrpn' into release
parents
3d755cf5
6e7f1ce6
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
SuperBuild/External_VRPN.cmake
+2
-1
2 additions, 1 deletion
SuperBuild/External_VRPN.cmake
SuperBuild/PackageVersions.cmake
+16
-7
16 additions, 7 deletions
SuperBuild/PackageVersions.cmake
with
18 additions
and
8 deletions
SuperBuild/External_VRPN.cmake
+
2
−
1
View file @
008d7714
...
...
@@ -13,7 +13,8 @@ ExternalProject_Add(VRPN
CMAKE_CACHE_ARGS
-DCMAKE_CXX_FLAGS:STRING=
${
pv_tpl_cxx_flags
}
-DCMAKE_C_FLAGS:STRING=
${
pv_tpl_c_flags
}
-DCMAKE_BUILD_TYPE:STRING=OFF
-DBUILD_SHARED_LIBS:BOOL=OFF
-DCMAKE_BUILD_TYPE:STRING=
${
CMAKE_BUILD_TYPE
}
${
pv_tpl_compiler_args
}
CMAKE_ARGS
-DCMAKE_INSTALL_PREFIX:PATH=<INSTALL_DIR>
...
...
This diff is collapsed.
Click to expand it.
SuperBuild/PackageVersions.cmake
+
16
−
7
View file @
008d7714
...
...
@@ -141,10 +141,19 @@ set(PNG_URL ftp://ftp.simplesystems.org/pub/libpng/png/src)
set
(
PNG_GZ libpng-
${
PNG_VERSION
}
.tar.gz
)
set
(
PNG_MD5 220035f111ea045a51e290906025e8b5
)
set
(
VRPN_MAJOR 4
)
set
(
VRPN_MINOR 4
)
set
(
VRPN_PATCH 2011
)
set
(
VRPN_VERSION
${
VRPN_MAJOR
}
.
${
VRPN_MINOR
}
.
${
VRPN_PATCH
}
)
set
(
VRPN_URL http://paraview.org/files/misc
)
set
(
VRPN_GZ vrpn-
${
VRPN_VERSION
}
.tar.gz
)
set
(
VRPN_MD5 aa88a400d31fd1290e0b1ba7810ee7c7
)
if
(
WIN32
)
set
(
VRPN_MAJOR 4
)
set
(
VRPN_MINOR 4
)
set
(
VRPN_PATCH 2011
)
set
(
VRPN_VERSION
${
VRPN_MAJOR
}
.
${
VRPN_MINOR
}
.
${
VRPN_PATCH
}
)
set
(
VRPN_URL http://paraview.org/files/misc
)
set
(
VRPN_GZ vrpn-
${
VRPN_VERSION
}
.tar.gz
)
set
(
VRPN_MD5 aa88a400d31fd1290e0b1ba7810ee7c7
)
else
()
set
(
VRPN_MAJOR 07
)
set
(
VRPN_MINOR 28
)
set
(
VRPN_VERSION
${
VRPN_MAJOR
}
.
${
VRPN_MINOR
}
)
set
(
VRPN_URL ftp://ftp.cs.unc.edu/pub/packages/GRIP/vrpn
)
set
(
VRPN_GZ vrpn_
${
VRPN_MAJOR
}
_
${
VRPN_MINOR
}
.zip
)
set
(
VRPN_MD5 1eaf2afdc54a4faef8ff8eb7e0484ec6
)
endif
()
\ No newline at end of file
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