Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
FSL
conda_vtk_recipe
Commits
3b401a6b
Commit
3b401a6b
authored
Nov 22, 2016
by
Duncan Mortimer
Browse files
Update README.md
parent
7b1fcb30
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
3b401a6b
# Conda recipe for building VTK 7
# Instructions for use
## Instructions for use
1.
Install miniconda
2.
Update conda
`conda update conda`
...
...
@@ -12,11 +13,18 @@
`git clone https://git.fmrib.ox.ac.uk/fsl/conda_vtk_recipe`
6.
On Centos:
`for i in conda_vtk_recipe; do yum -y install $i; done`
7.
On macOS install the SDK you wish to have as the earliest supported release:
1.
SDKs are available here https://github.com/phracker/MacOSX-SDKs/releases
2.
Download the required version, e.g. MacOSX10.9.sdk.tar.xz
3.
Unpack this to an appropriate location
7.
Make the jsoncpp project available:
`conda config --add channels https://fsl.fmrib.ox.ac.uk/fsldownloads/fslconda`
8.
\ No newline at end of file
`
conda config --add channels
\
https://fsl.fmrib.ox.ac.uk/fsldownloads/fslconda/channel/
`
8. Ensure that zlib-devel is **not** installed (this causes cmake issues with
using the conda provided zlib
`
yum remove zlib-devel
`
9. Create build/test environment
`
conda create -n vtk_test python=3.5
`
10. Build
`
conda build conda_vtk_recipe
`
11. Upload the generated tar.bz2 file (path is revealed in the last few lines of
the build) to the web server (use the channel/osx-64 or channel/linux-64
as appropriate) and then run:
`
conda index channels/
*`
on the web server in the parent.
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment