forked from ucl-cosmoparticles/flask
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
28 lines (23 loc) · 964 Bytes
/
Copy pathsetup.cfg
File metadata and controls
28 lines (23 loc) · 964 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# build configuration for pyFlask
[build_ext]
# path to a local healpix directory
healpix_dir = /path/to/Healpix_3.60
# if you do not have a full healpix directory (for example because you use a
# distributed healpix_cxx package) you need to provide at least the path to
# a HEALPix `data` directory explicitly, and potentially also the paths to
# the HEALPix `include/healpix_cxx` and `lib` directories if those are not
# picked up from the system
#healpix_include_dir = /path/to/Healpix_3.60/include/healpix_cxx
#healpix_lib_dir = /path/to/Healpix_3.60/lib
#healpix_data_dir = /path/to/Healpix_3.60/data
# link against the following libraries
libraries = gsl
gslcblas
healpix_cxx
cfitsio
sharp
gomp
# add nonstandard include paths here, separated by `:`
#include_dirs = /usr/local/include:/opt/include
# add nonstandard library paths here, separated by `:`
#library_dirs = /usr/local/lib:/opt/lib