

configure CXXFLAGS=-I$ASTROSOFT/include LDFLAGS="-L$ASTROSOFT/lib -L/usr/local/Cellar/gcc/5.3.0/lib/gcc/5"Ī) Define paths to libs and compiler e.g: configure -prefix=$ASTROSOFT -with-cfitsio-dir=$ASTROSOFT F77=gfortran CFLAGS=-fPIC FFLAGS=-fPIC LDFLAGS="-L$PGPLOT_DIR -L$ASTROSOFT/lib -L/usr/local/Cellar/gcc/5.3.0/lib/gcc/5" configure -prefix=$ASTROSOFT -with-cfitsio-dir=$ASTROSOFT -with-fftw-dir=$ASTROSOFT F77=gfortran CFLAGS=-fPIC FFLAGS=-fPIC CPPFLAGS=-I$ASTROSOFT/include LDFLAGS="-L$ASTROSOFT/lib -L$PGPLOT_DIR -L/usr/local/Cellar/gcc/5.3.0/lib/gcc/5" LIBS=-lgomp CC=/usr/local/Cellar/gcc/5.3.0/bin/gcc-5Ĭreate a file named 'backends.list' and add e.g.:Īpsr asp bcpm bpsr caspsr cpsr2 cpsr dummy fits gmrt guppi kat lbadr64 lbadr lump lwa mark4 mark5 maxim mwa pdev pmdaq s2 sigproc spda1k spigot vdif

Write(llog,*) 'DBs slow-but-simple harmonic summing routine'Ĭmake -DCMAKE_INSTALL_PREFIX=$ASTROSOFT. Write(llog,*) 'DB\'s slow-but-simple harmonic summing routine' Remove the backslash and quote from dosearch.f (line 265): LFFTW = -L$ASTROSOFT/lib -lfftw3 -lfftw3f configure F77=gfortran -prefix=$ASTROSOFT -enable-shared -with-cfitsio-dir=$ASTROSOFT -with-fftw3-dir=$ASTROSOFT CFLAGS=-fPIC FFLAGS=-fPIC LDFLAGS=-L/usr/local/lib LIBS="-lgsl -lgslcblas"Ī) Ensure the PGPLOT libraries in the LPGPLOT line are in the following order, and add -lpng to enable png output from PGPLOT: -lcpgplot -lpgplot -lpngĬ) Add the following line defining the fortran compiler:ĭ) Uncomment LFITS and LFFTW and edit paths e.g: configure F77=gfortran -prefix=$ASTROSOFT -with-cfitsio-dir=$ASTROSOFT -with-fftw3-dir=$ASTROSOFT CFLAGS=-fPIC FFLAGS=-fPIC CXXFLAGS="$ASTROSOFT/include -I$PGPLOT_DIR"

configure F77=gfortran -prefix=$ASTROSOFT Pndriv.o : /usr/local/Cellar/libpng12/1.2.54/include/png.h /usr/local/Cellar/libpng12/1.2.54/include/pngconf.h /usr/include/zlib.h /usr/include/zconf.h XINCL=-I/usr/local/Cellar/libpng12/1.2.54/include/ -I/usr/X11R6/includeĬheck paths to png.h, pngconf.h, zlib.h, zconf.h, and change line 882 pndriv.o.
#How to install python on mac el capitan software#
# Path to the pulsar software installation directory e.g:Įxport ASTROSOFT=/Users/ bsdĪ) Set the fortran compiler to gfortran (line 25), add '-fPIC' to FFLAGC and CFLAGC, remove '-lipc' from LIBS, and add the path to libpng12/include to XINCL e.g: bash_profile file (if it doesn't exist, create it) e.g: Contents:Īdd the following lines to your.

Please note that for installation to be successful, the software should be installed in the order described on this page. This guide takes you through the necessary steps required to install software for pulsar data analysis on a Mac running OSX El Capitan. **Please note: This page is under development and may be incomplete** Software Installation for Pulsar Data Analysis Mac - OSX El Capitan
