Skip to content

Commit

Permalink
Update subrepos; support build on Windows with Poly/ML
Browse files Browse the repository at this point in the history
  • Loading branch information
cannam committed Mar 18, 2021
1 parent 67677c6 commit fedb8e8
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 5 deletions.
13 changes: 8 additions & 5 deletions repoint-lock.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"libraries": {
"sml-buildscripts": {
"pin": "24b96d520a2d"
"pin": "85cd6b632306"
},
"sml-csv": {
"pin": "b4f14f58ca04"
Expand Down Expand Up @@ -40,16 +40,16 @@
"pin": "7b667f4146be"
},
"sml-wavefile": {
"pin": "e75a70bff2a9"
"pin": "d231891c7cb9"
},
"sml-fft": {
"pin": "d686d3c53e30"
},
"ext/bqvec": {
"pin": "28061e655245"
"pin": "13251adcfb3f"
},
"ext/bqfft": {
"pin": "e8d739f7e80d"
"pin": "c8ab2d3d5df2"
},
"ext/bqaudiostream": {
"pin": "530f3ad687a7"
Expand Down Expand Up @@ -88,7 +88,7 @@
"pin": "20f91cbc8003"
},
"bsq-waveform": {
"pin": "0c0a940a4b9b"
"pin": "3e467a8d1e05"
},
"bsq-dtw": {
"pin": "e5fd91afb8b5"
Expand All @@ -99,6 +99,9 @@
"bsq-vamp": {
"pin": "0990bda9a481"
},
"bsq-windowsshim": {
"pin": "dbd25d39f923"
},
"ext/smldoc": {
"pin": "8b09c0c6045dd68154d8cceff90b9892f207cf64"
}
Expand Down
3 changes: 3 additions & 0 deletions repoint-project.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,9 @@
"bsq-vamp": {
"vcs": "hg", "service": "sourcehut", "owner": "cannam"
},
"bsq-windowsshim": {
"vcs": "hg", "service": "sourcehut", "owner": "cannam"
},
"ext/smldoc": {
"vcs": "git", "service": "github", "owner": "cannam"
}
Expand Down
3 changes: 3 additions & 0 deletions test-sml-windows.mlb
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
(* To permit compiling with Poly/ML on Windows. *)
bsq-windowsshim/windowsshim.sml
test-sml.mlb

0 comments on commit fedb8e8

Please sign in to comment.