Skip to content

Commit

Permalink
Link to cfitsio when tbtables are linked
Browse files Browse the repository at this point in the history
  • Loading branch information
olebole committed Sep 10, 2024
1 parent 5e5a21b commit e669201
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ core: host vendor
$(MKPKG)

# Build the NOAO package.
noao: host core
noao: host core vendor
cd $(noao) && $(MKPKG) -p noao

# Run the test suite.
Expand Down
2 changes: 1 addition & 1 deletion noao/digiphot/daophot/mkpkg
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ install:
;

trelink:
$set LIBS = "-lncar -lgks -ltbtables -lxtools -lds"
$set LIBS = "-lncar -lgks -ltbtables -lcfitsio -lxtools -lds"
$set XFLAGS = "$(XFLAGS) $(XF)"
$set LFLAGS = "$(LFLAGS) $(LF)"
$update libpkg.a
Expand Down
2 changes: 1 addition & 1 deletion noao/digiphot/ptools/mkpkg
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ install:
;

trelink:
$set LIBS = "-lds -lncar -lgks -lxtools -ltbtables"
$set LIBS = "-lds -lncar -lgks -lxtools -ltbtables -lcfitsio"
$set XFLAGS = "$(XFLAGS) $(XF)"
$set LFLAGS = "$(LFLAGS) $(LF)"
$update libpkg.a
Expand Down
4 changes: 2 additions & 2 deletions pkg/utilities/nttools/mkpkg
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ install:
nttools:
linkonly:
$omake x_nttools.x
$link x_nttools.o libpkg.a -lxtools -ltbtables -lstxtools \
-o xx_nttools.e
$link x_nttools.o libpkg.a -lxtools -ltbtables -lstxtools -lcfitsio \
-o xx_nttools.e
;

libpkg.a:
Expand Down

0 comments on commit e669201

Please sign in to comment.