Skip to content

Commit

Permalink
Update to 2019-07-22 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
duncaneddy committed Aug 27, 2019
1 parent 8340873 commit a3aafe1
Show file tree
Hide file tree
Showing 260 changed files with 2,631 additions and 878 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@
*.jl.mem
deps/deps.jl
deps/usr/*
deps/src/sofa/t_sofa_c
deps/build.log
docs/build
11 changes: 11 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,20 @@ language: julia
os:
- linux
- osx
- windows

julia:
- 1.0
- 1.1
- 1.2
- nightly

matrix:
include:
- os: linux
dist: trusty
- os: osx
- os: windows
allow_failures:
- julia: nightly

Expand All @@ -23,4 +27,11 @@ script:
- julia --project --check-bounds=yes -e 'import Pkg; Pkg.build(); Pkg.test("SOFA"; coverage=true)'

after_success:
# Install required packages for coverage and documentation
- julia --project -e 'import Pkg; Pkg.add("Coverage");'
- julia --project -e 'import Pkg; Pkg.add("Documenter"); Pkg.add("DocumenterTools");'

- julia --project -e 'import Pkg; Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'

# Build and deploy documentation
- julia --project ./docs/make.jl
36 changes: 13 additions & 23 deletions Manifest.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# This file is machine-generated - editing it directly is not advised

[[Base64]]
uuid = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"

Expand All @@ -9,9 +11,9 @@ version = "0.8.10"

[[Compat]]
deps = ["Base64", "Dates", "DelimitedFiles", "Distributed", "InteractiveUtils", "LibGit2", "Libdl", "LinearAlgebra", "Markdown", "Mmap", "Pkg", "Printf", "REPL", "Random", "Serialization", "SharedArrays", "Sockets", "SparseArrays", "Statistics", "Test", "UUIDs", "Unicode"]
git-tree-sha1 = "ec61a16eed883ad0cfa002d7489b3ce6d039bb9a"
git-tree-sha1 = "84aa74986c5b9b898b0d1acaf3258741ee64754f"
uuid = "34da2185-b29b-5c13-b0c7-acf172513d20"
version = "1.4.0"
version = "2.1.0"

[[Dates]]
deps = ["Printf"]
Expand All @@ -22,29 +24,11 @@ deps = ["Mmap"]
uuid = "8bb1440f-4735-579b-a4ab-409b98df4dab"

[[Distributed]]
deps = ["LinearAlgebra", "Random", "Serialization", "Sockets"]
deps = ["Random", "Serialization", "Sockets"]
uuid = "8ba89e20-285c-5b6f-9357-94700520ee1b"

[[DocStringExtensions]]
deps = ["LibGit2", "Markdown", "Pkg", "Test"]
git-tree-sha1 = "1df01539a1c952cef21f2d2d1c092c2bcf0177d7"
uuid = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
version = "0.6.0"

[[Documenter]]
deps = ["Base64", "DocStringExtensions", "InteractiveUtils", "LibGit2", "Logging", "Markdown", "Pkg", "REPL", "Random", "Test", "Unicode"]
git-tree-sha1 = "a6db1c69925cdc53aafb38caec4446be26e0c617"
uuid = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
version = "0.21.0"

[[DocumenterTools]]
deps = ["Base64", "DocStringExtensions", "LibGit2", "Pkg", "Test"]
git-tree-sha1 = "f5803a9c2c23ff226e8eab2df7ac4c75e77a0d53"
uuid = "35a29f4d-8980-5a13-9543-d66fff28ecb8"
version = "0.1.0"

[[InteractiveUtils]]
deps = ["LinearAlgebra", "Markdown"]
deps = ["Markdown"]
uuid = "b77e0a4c-d291-57a0-90e8-8db25a27a240"

[[LibGit2]]
Expand Down Expand Up @@ -100,6 +84,12 @@ uuid = "6462fe0b-24de-5631-8697-dd941f90decc"
deps = ["LinearAlgebra", "Random"]
uuid = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"

[[StaticArrays]]
deps = ["LinearAlgebra", "Random", "Statistics"]
git-tree-sha1 = "db23bbf50064c582b6f2b9b043c8e7e98ea8c0c6"
uuid = "90137ffa-7385-5640-81b9-e52037218182"
version = "0.11.0"

[[Statistics]]
deps = ["LinearAlgebra", "SparseArrays"]
uuid = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
Expand All @@ -115,7 +105,7 @@ uuid = "30578b45-9adc-5946-b283-645ec420af67"
version = "0.4.0"

[[UUIDs]]
deps = ["Random"]
deps = ["Random", "SHA"]
uuid = "cf7118a7-6976-5b1a-9a39-7adc72f591a4"

[[Unicode]]
Expand Down
3 changes: 1 addition & 2 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@ version = "0.1.0"

[deps]
BinDeps = "9e28174c-4ba2-5203-b857-d8d62c4213ee"
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
DocumenterTools = "35a29f4d-8980-5a13-9543-d66fff28ecb8"
Libdl = "8f399da3-3557-5675-b5ff-fb832c97cbdb"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[compat]
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ The package versions correspond to the following releases of the SOFA C Library:

| Package Version | SOFA Release |
| --------------- | ------------ |
| v2.0 | 2019-07-22 |
| v1.0 | 2018-01-30 |

## Notes
Expand Down
2 changes: 1 addition & 1 deletion deps/build.jl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using BinDeps

@BinDeps.setup
group = library_group("SatelliteScheduling")
group = library_group("SOFA")

libsofa_c = library_dependency("libsofa_c", aliases = ["libsofa_c", "libsofa"], runtime = true, group = group)

Expand Down
6 changes: 3 additions & 3 deletions deps/src/sofa/a2af.c
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@ void iauA2af(int ndp, double angle, char *sign, int idmsf[4])
**
** This revision: 2013 June 18
**
** SOFA release 2018-01-30
** SOFA release 2019-07-22
**
** Copyright (C) 2018 IAU SOFA Board. See notes at end.
** Copyright (C) 2019 IAU SOFA Board. See notes at end.
*/
{
/* Hours to degrees * radians to turns */
Expand All @@ -74,7 +74,7 @@ void iauA2af(int ndp, double angle, char *sign, int idmsf[4])

/*----------------------------------------------------------------------
**
** Copyright (C) 2018
** Copyright (C) 2019
** Standards Of Fundamental Astronomy Board
** of the International Astronomical Union.
**
Expand Down
6 changes: 3 additions & 3 deletions deps/src/sofa/a2tf.c
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@ void iauA2tf(int ndp, double angle, char *sign, int ihmsf[4])
**
** This revision: 2013 July 31
**
** SOFA release 2018-01-30
** SOFA release 2019-07-22
**
** Copyright (C) 2018 IAU SOFA Board. See notes at end.
** Copyright (C) 2019 IAU SOFA Board. See notes at end.
*/
{
/* Scale then use days to h,m,s function. */
Expand All @@ -70,7 +70,7 @@ void iauA2tf(int ndp, double angle, char *sign, int ihmsf[4])

/*----------------------------------------------------------------------
**
** Copyright (C) 2018
** Copyright (C) 2019
** Standards Of Fundamental Astronomy Board
** of the International Astronomical Union.
**
Expand Down
7 changes: 3 additions & 4 deletions deps/src/sofa/ab.c
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@ void iauAb(double pnat[3], double v[3], double s, double bm1,
**
** This revision: 2013 October 9
**
** SOFA release 2018-01-30
** SOFA release 2019-07-22
**
** Copyright (C) 2018 IAU SOFA Board. See notes at end.
** Copyright (C) 2019 IAU SOFA Board. See notes at end.
*/
{
int i;
Expand All @@ -82,7 +82,7 @@ void iauAb(double pnat[3], double v[3], double s, double bm1,

/*----------------------------------------------------------------------
**
** Copyright (C) 2018
** Copyright (C) 2019
** Standards Of Fundamental Astronomy Board
** of the International Astronomical Union.
**
Expand Down Expand Up @@ -175,5 +175,4 @@ void iauAb(double pnat[3], double v[3], double s, double bm1,
** United Kingdom
**
**--------------------------------------------------------------------*/

}
7 changes: 3 additions & 4 deletions deps/src/sofa/ae2hd.c
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@ void iauAe2hd (double az, double el, double phi,
**
** Last revision: 2017 September 12
**
** SOFA release 2018-01-30
** SOFA release 2019-07-22
**
** Copyright (C) 2018 IAU SOFA Board. See notes at end.
** Copyright (C) 2019 IAU SOFA Board. See notes at end.
*/
{
double sa, ca, se, ce, sp, cp, x, y, z, r;
Expand Down Expand Up @@ -89,7 +89,7 @@ void iauAe2hd (double az, double el, double phi,

/*----------------------------------------------------------------------
**
** Copyright (C) 2018
** Copyright (C) 2019
** Standards Of Fundamental Astronomy Board
** of the International Astronomical Union.
**
Expand Down Expand Up @@ -182,5 +182,4 @@ void iauAe2hd (double az, double el, double phi,
** United Kingdom
**
**--------------------------------------------------------------------*/

}
6 changes: 3 additions & 3 deletions deps/src/sofa/af2a.c
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ int iauAf2a(char s, int ideg, int iamin, double asec, double *rad)
**
** This revision: 2013 June 18
**
** SOFA release 2018-01-30
** SOFA release 2019-07-22
**
** Copyright (C) 2018 IAU SOFA Board. See notes at end.
** Copyright (C) 2019 IAU SOFA Board. See notes at end.
*/
{

Expand All @@ -61,7 +61,7 @@ int iauAf2a(char s, int ideg, int iamin, double asec, double *rad)

/*----------------------------------------------------------------------
**
** Copyright (C) 2018
** Copyright (C) 2019
** Standards Of Fundamental Astronomy Board
** of the International Astronomical Union.
**
Expand Down
6 changes: 3 additions & 3 deletions deps/src/sofa/anp.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ double iauAnp(double a)
**
** This revision: 2013 June 18
**
** SOFA release 2018-01-30
** SOFA release 2019-07-22
**
** Copyright (C) 2018 IAU SOFA Board. See notes at end.
** Copyright (C) 2019 IAU SOFA Board. See notes at end.
*/
{
double w;
Expand All @@ -36,7 +36,7 @@ double iauAnp(double a)

/*----------------------------------------------------------------------
**
** Copyright (C) 2018
** Copyright (C) 2019
** Standards Of Fundamental Astronomy Board
** of the International Astronomical Union.
**
Expand Down
6 changes: 3 additions & 3 deletions deps/src/sofa/anpm.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ double iauAnpm(double a)
**
** This revision: 2013 June 18
**
** SOFA release 2018-01-30
** SOFA release 2019-07-22
**
** Copyright (C) 2018 IAU SOFA Board. See notes at end.
** Copyright (C) 2019 IAU SOFA Board. See notes at end.
*/
{
double w;
Expand All @@ -36,7 +36,7 @@ double iauAnpm(double a)

/*----------------------------------------------------------------------
**
** Copyright (C) 2018
** Copyright (C) 2019
** Standards Of Fundamental Astronomy Board
** of the International Astronomical Union.
**
Expand Down
7 changes: 3 additions & 4 deletions deps/src/sofa/apcg.c
Original file line number Diff line number Diff line change
Expand Up @@ -109,9 +109,9 @@ void iauApcg(double date1, double date2,
**
** This revision: 2013 October 9
**
** SOFA release 2018-01-30
** SOFA release 2019-07-22
**
** Copyright (C) 2018 IAU SOFA Board. See notes at end.
** Copyright (C) 2019 IAU SOFA Board. See notes at end.
*/
{
/* Geocentric observer */
Expand All @@ -126,7 +126,7 @@ void iauApcg(double date1, double date2,

/*----------------------------------------------------------------------
**
** Copyright (C) 2018
** Copyright (C) 2019
** Standards Of Fundamental Astronomy Board
** of the International Astronomical Union.
**
Expand Down Expand Up @@ -219,5 +219,4 @@ void iauApcg(double date1, double date2,
** United Kingdom
**
**--------------------------------------------------------------------*/

}
7 changes: 3 additions & 4 deletions deps/src/sofa/apcg13.c
Original file line number Diff line number Diff line change
Expand Up @@ -111,9 +111,9 @@ void iauApcg13(double date1, double date2, iauASTROM *astrom)
**
** This revision: 2013 October 9
**
** SOFA release 2018-01-30
** SOFA release 2019-07-22
**
** Copyright (C) 2018 IAU SOFA Board. See notes at end.
** Copyright (C) 2019 IAU SOFA Board. See notes at end.
*/
{
double ehpv[2][3], ebpv[2][3];
Expand All @@ -129,7 +129,7 @@ void iauApcg13(double date1, double date2, iauASTROM *astrom)

/*----------------------------------------------------------------------
**
** Copyright (C) 2018
** Copyright (C) 2019
** Standards Of Fundamental Astronomy Board
** of the International Astronomical Union.
**
Expand Down Expand Up @@ -222,5 +222,4 @@ void iauApcg13(double date1, double date2, iauASTROM *astrom)
** United Kingdom
**
**--------------------------------------------------------------------*/

}
7 changes: 3 additions & 4 deletions deps/src/sofa/apci.c
Original file line number Diff line number Diff line change
Expand Up @@ -119,9 +119,9 @@ void iauApci(double date1, double date2,
**
** This revision: 2013 September 25
**
** SOFA release 2018-01-30
** SOFA release 2019-07-22
**
** Copyright (C) 2018 IAU SOFA Board. See notes at end.
** Copyright (C) 2019 IAU SOFA Board. See notes at end.
*/
{

Expand All @@ -135,7 +135,7 @@ void iauApci(double date1, double date2,

/*----------------------------------------------------------------------
**
** Copyright (C) 2018
** Copyright (C) 2019
** Standards Of Fundamental Astronomy Board
** of the International Astronomical Union.
**
Expand Down Expand Up @@ -228,5 +228,4 @@ void iauApci(double date1, double date2,
** United Kingdom
**
**--------------------------------------------------------------------*/

}
Loading

0 comments on commit a3aafe1

Please sign in to comment.