Skip to content

Commit ca8392e

Browse files
committed
cleanup
1 parent 89bd9d2 commit ca8392e

2 files changed

Lines changed: 11 additions & 11 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
# ===============================================================
1212
# ===============================================================
1313
Linux-amd64:
14-
runs-on: ubuntu-latest
14+
runs-on: ubuntu-22.04
1515
steps:
1616
- uses: actions/checkout@v6
1717
with:
@@ -41,7 +41,7 @@ jobs:
4141
# ===============================================================
4242
# ===============================================================
4343
Linux-arm64:
44-
runs-on: ubuntu-24.04-arm
44+
runs-on: ubuntu-22.04-arm
4545
steps:
4646
- uses: actions/checkout@v6
4747
with:

Makefile

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
1-
lib.name = pdnam
1+
lib.name = PDNAM
2+
3+
datafiles = \
4+
pdnam~-help.pd \
5+
pdnam+~-help.pd \
6+
README.md \
7+
LICENSE
8+
9+
datadirs = data/
210

311
# pdnam~ only needs its own source (header-only MicroNAM + nlohmann/json)
412
pdnam~.class.sources = pdnam~.cpp
@@ -13,14 +21,6 @@ pdnam+~.class.sources = pdnam+~.cpp \
1321
dep/NeuralAudio/deps/NeuralAmpModelerCore/NAM/dsp.cpp \
1422
dep/NeuralAudio/deps/NeuralAmpModelerCore/NAM/wavenet.cpp
1523

16-
datafiles = \
17-
pdnam~-help.pd \
18-
pdnam+~-help.pd \
19-
README.md \
20-
LICENSE
21-
22-
datadirs = data/
23-
2424
# Definitions and flags
2525
cflags = -std=gnu++20 -DNAM_SAMPLE_FLOAT -DDSP_SAMPLE_FLOAT \
2626
-DBUILD_INTERNAL_STATIC_WAVENET -DBUILD_INTERNAL_STATIC_LSTM \

0 commit comments

Comments
 (0)