Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
ThirdParty-common
Commits
cb7d48b4
Commit
cb7d48b4
authored
Nov 04, 2016
by
mark
Browse files
DOC: update notes for makeMesa
- building with 12.x still seems not to work
parent
1e75ef58
Changes
2
Hide whitespace changes
Inline
Side-by-side
README.org
View file @
cb7d48b4
...
...
@@ -51,6 +51,10 @@
+ FFTW http://www.fftw.org/fftw-3.3.4.tar.gz
+ libccmio http://portal.nersc.gov/svn/visit/trunk/third_party/libccmio-2.6.1.tar.gz
* Notes
*** Building ADIOS
+ Currently requires GNU autoconf tools (eg, autoconf, autoheader, automake)
for its configuration.
+ Optionally uses zlib, bzip2 development headers (eg, zlib-devel, libbz2-devel).
*** Building Scotch
+ The zlib library and zlib development headers are required.
* Notes
...
...
makeMesa
View file @
cb7d48b4
...
...
@@ -29,8 +29,10 @@
# Build script for Mesa
#
# Note
# Building with mesa-12.0.1 failed to install an "osmesa.h" file,
# which renders it useless for off-screen VTK.
# Building with mesa-12.x.x fails to create an include/GL directory and
# an "osmesa.h" file. Both make it fairly useless for off-screen VTK.
#
# Building with mesa-11.x is fine and mesa-13.0.0 also seems to be okay.
#
#------------------------------------------------------------------------------
mesaPACKAGE
=
mesa-11.2.2
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment