diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6fd6d3f4..1f85df8b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,7 +16,7 @@ jobs: buildplat: - [ubuntu-20.04, manylinux, x86_64] - [macos-12, macosx, x86_64] - - [windows-2019, win, AMD64] + # - [windows-2019, win, AMD64] python: [["cp38", "3.8"], ["cp39", "3.9"], ["cp310", "3.10"]] steps: - uses: actions/checkout@v3 diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 2ab319e4..91cfcf9b 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -20,9 +20,9 @@ jobs: - os: macos-latest python-version: "3.10" nox-session: "tests" - - os: windows-latest - python-version: "3.10" - nox-session: "tests" + # - os: windows-latest + # python-version: "3.10" + # nox-session: "tests" - os: ubuntu-latest python-version: "3.10" nox-session: "options" diff --git a/src/fsps/libfsps b/src/fsps/libfsps index ce7764ae..793fb4e2 160000 --- a/src/fsps/libfsps +++ b/src/fsps/libfsps @@ -1 +1 @@ -Subproject commit ce7764aed517507e10ef54b4238217fd5af9880b +Subproject commit 793fb4e25383c843730cce94ebb64fb2f8518561 diff --git a/src/fsps/meson.build b/src/fsps/meson.build index 29813833..3390d53d 100644 --- a/src/fsps/meson.build +++ b/src/fsps/meson.build @@ -20,6 +20,7 @@ lib_source = [ 'libfsps/src/add_dust.f90', 'libfsps/src/add_nebular.f90', 'libfsps/src/add_remnants.f90', + 'libfsps/src/add_xrb.f90', 'libfsps/src/agn_dust.f90', 'libfsps/src/attn_curve.f90', 'libfsps/src/compsp.f90',