added citation, some fixes to makefile

This commit is contained in:
Sarod Yatawatta 2018-03-28 14:07:35 +02:00
parent eee948f2c6
commit 78bcfe114e
2 changed files with 5 additions and 4 deletions

View File

@ -2,9 +2,10 @@
---
authors:
-
affiliation: "ASTRON"
affiliation: "ASTRON, The Netherlands Institute for Radio Astronomy"
family-names: Yatawatta
given-names: Sarod
orcid: "https://orcid.org/0000-0001-5619-4017"
-
affiliation: "Netherlands eScience Center"
family-names: Diblen
@ -24,8 +25,8 @@ commit: 1e2c24b31ada7e46d65b9f8b6e98c48e4845c724
date-released: 2017-11-16
doi: 10.5281/zenodo.1051169
keywords:
- "radio astronomy"
- "calibration"
- "Radio Astronomy"
- "Calibration"
- "GPU"
- "Spark"
license: Apache-2.0

View File

@ -23,7 +23,7 @@ LDFLAGS=-Wl,--rpath,/cm/shared/package/openblas/0.2.17mt/lib,${CASA_LIBDIR}
# -Wl,--hash-style=both
# with multithread FFTW
MY_LIBS=-lm -lsagecal -ldirac
MY_LIBS=-lm -lradio -ldirac
INCLUDES=-I. -I../lib/Dirac/ -I../lib/Radio/ $(CASA_INCDIR) -I/usr/include $(CUDAINC) -I$(NVML_INC)
LIBPATH=-L$(LAPACK_DIR) -L$(CASA_LIBDIR) -L../lib/Dirac/ -L../lib/Radio/