Skip to content

Commit 416ccde

Browse files
author
Jisk Attema
committed
Remove included PSRDada sources
now depends again on an external installation of PSRDada * set LD_LIBRARY_PATH to point to libpsrdada.so directory; LD_LIBARY_PATH can be the usual colon separated list * add include paths as -I$PATH to CFLAGS, or add paths colon separated to CFLAGS. Add co-authors
1 parent 5e943ab commit 416ccde

File tree

18 files changed

+55
-4251
lines changed

18 files changed

+55
-4251
lines changed

LICENSE

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -14,21 +14,3 @@ distributed under the License is distributed on an "AS IS" BASIS,
1414
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1515
See the License for the specific language governing permissions and
1616
limitations under the License.
17-
18-
19-
The following files are taken from the PSRDada project, see their (website)[http://psrdada.sourceforge.net/] for license information:
20-
psrdada/ascii_header.c
21-
psrdada/ascii_header.h
22-
psrdada/dada_def.h
23-
psrdada/dada_hdu.c
24-
psrdada/dada_hdu.h
25-
psrdada/ipcbuf.c
26-
psrdada/ipcbuf.h
27-
psrdada/ipcio.c
28-
psrdada/ipcio.h
29-
psrdada/ipcutil.c
30-
psrdada/ipcutil.h
31-
psrdada/multilog.c
32-
psrdada/multilog.h
33-
psrdada/tmutil.c
34-
psrdada/tmutil.h

README.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,19 +50,25 @@ build the package
5050

5151
# Dependencies
5252

53-
PSRDada dada\_db exectuable in the PATH; see their [website](https://sourceforge.net)
53+
PSRDada, see their [website](https://sourceforge.net):
54+
55+
* PSRDada dada\_db exectuable in the PATH for testing;
56+
57+
* PSRDada header files needed for compilation, set CPATH or CFLAGS.
58+
59+
* PSRDada library needed during runtime, set LD\_LIBRARY\_PATH
5460

5561
# License
5662
Copyright (c) 2018, Jisk Attema
5763
Apache Software License 2.0.
5864

59-
This packages contains some files from the PSRDada project; a different license could apply.
60-
See the file *LICENSE.md* from details.
61-
6265
# Contributing
6366

6467
All contributions are welcome!
6568
Please use the github issue tracker to get in touch.
6669

6770
Contributing authors so far:
6871
* Jisk Attema
72+
* Leon Oostrum
73+
* Liam Connor
74+

psrdada/ascii_header.c

Lines changed: 0 additions & 205 deletions
This file was deleted.

psrdada/ascii_header.h

Lines changed: 0 additions & 61 deletions
This file was deleted.

0 commit comments

Comments
 (0)