Skip to content

Commit

Permalink
Set top level dir in vendor/mklibs to ..
Browse files Browse the repository at this point in the history
This is required since libcfitsio.a shall be installed in iraf$bin,
not in vendor$bin. The second compliation of cfitsio has hidden that
bug (by installing the second libcfitsio there), since the second
compilation is gone now, this needs to be fixed.
  • Loading branch information
olebole committed May 19, 2017
1 parent 2d18e9b commit 99156e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vendor/mklibs
@@ -1,6 +1,6 @@
#!/bin/csh -f

set p = `pwd`
set p = `cd ..; pwd`
set top = $p:h

setenv CC "gcc"
Expand Down

0 comments on commit 99156e2

Please sign in to comment.