Skip to content

Commit

Permalink
pal: Update to v0.5.0
Browse files Browse the repository at this point in the history
Now depends on ERFA.
  • Loading branch information
timj committed Aug 1, 2014
1 parent 7598250 commit ce33f34
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion Makefile.dependencies
Expand Up @@ -1851,7 +1851,7 @@ $(MANIFESTS)/one: \
&& $(MAKE_CPT)

$(MANIFESTS)/pal: \
$(MANIFESTS)/sofa \
$(MANIFESTS)/erfa \
$(MANIFESTS)/star2html \
$(MANIFESTS)/starutil
cd libext/pal \
Expand Down Expand Up @@ -2495,6 +2495,7 @@ $(MANIFESTS)/smurf: \
$(MANIFESTS)/chr \
$(MANIFESTS)/cnf \
$(MANIFESTS)/ems \
$(MANIFESTS)/erfa \
$(MANIFESTS)/fftw \
$(MANIFESTS)/fio \
$(MANIFESTS)/generic \
Expand Down
4 changes: 2 additions & 2 deletions componentset.xml
Expand Up @@ -4841,7 +4841,7 @@ to handle data from a variety of different instruments.
</component>

<component id="pal" support="S">
<version>0.4.0</version>
<version>0.5.0</version>
<path>libext/pal</path>
<description>Positional Astronomy Library</description>
<abstract><p>
Expand All @@ -4852,7 +4852,7 @@ to handle data from a variety of different instruments.
except for the use of a "pal" prefix.
</p></abstract>
<dependencies >
<build>sofa</build><build>starutil</build><link>sofa</link><link>starutil</link><sourceset>star2html</sourceset>
<build>erfa</build><build>starutil</build><link>erfa</link><link>starutil</link><sourceset>star2html</sourceset>
</dependencies>
<developers>
<person>
Expand Down
2 changes: 1 addition & 1 deletion libext/pal

0 comments on commit ce33f34

Please sign in to comment.