File tree Expand file tree Collapse file tree 1 file changed +5
-11
lines changed Expand file tree Collapse file tree 1 file changed +5
-11
lines changed Original file line number Diff line number Diff line change @@ -62,17 +62,11 @@ On ubuntu you can install these with::
62
62
63
63
$ pip install .
64
64
65
- * If the compilation fails you might need to help the compiler find the paths to the
66
- boost and casacore libraries and headers. You can control this with the `CFLAGS ` environment
67
- variable. For example on OS X when using homebrew and clang you need to do something like
68
- this::
69
-
70
- CFLAGS="-std=c++11 \
71
- -I/usr/local/Cellar/boost/1.68.0/include/ \
72
- -I/usr/local/include/ \
73
- -L/usr/local/Cellar/boost/1.68.0/lib \
74
- -L/usr/local/lib/" \
75
- pip install python-casacore
65
+ * If the compilation fails you might need to help the compiler find the paths
66
+ to the boost and casacore libraries and headers. You can control this with
67
+ the `CMAKE_ARGS ` environment variable. For example::
68
+
69
+ $ CMAKE_ARGS="-DCASACORE_ROOT_DIR=/path/to/casacore" pip install .
76
70
77
71
Support
78
72
=======
You can’t perform that action at this time.
0 commit comments