Skip to content

Commit

Permalink
tweak to enable shared-tiny-ext for np
Browse files Browse the repository at this point in the history
  • Loading branch information
shakfu committed Nov 6, 2023
1 parent 9c506b0 commit dd0f984
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 2 deletions.
23 changes: 22 additions & 1 deletion patchers/tests/test_api/test_api_buffer_np.maxpat
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,19 @@
"subpatcher_template" : "",
"assistshowspatchername" : 0,
"boxes" : [ {
"box" : {
"id" : "obj-22",
"linecount" : 2,
"maxclass" : "message",
"numinlets" : 2,
"numoutlets" : 1,
"outlettype" : [ "" ],
"patching_rect" : [ 491.0, 316.0, 112.0, 35.0 ],
"text" : "import numpy, numpy.__version__"
}

}
, {
"box" : {
"id" : "obj-20",
"maxclass" : "message",
Expand Down Expand Up @@ -385,7 +398,8 @@
"numinlets" : 2,
"numoutlets" : 1,
"outlettype" : [ "" ],
"patching_rect" : [ 478.0, 442.0, 69.0, 22.0 ]
"patching_rect" : [ 478.0, 442.0, 69.0, 22.0 ],
"text" : "1.26.1"
}

}
Expand Down Expand Up @@ -515,6 +529,13 @@
"source" : [ "obj-21", 0 ]
}

}
, {
"patchline" : {
"destination" : [ "obj-1", 0 ],
"source" : [ "obj-22", 0 ]
}

}
, {
"patchline" : {
Expand Down
3 changes: 2 additions & 1 deletion source/projects/py/builder/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@
SharedPythonBuilder
SharedPythonForExtBuilder
SharedPythonForPkgBuilder
TinySharedPythonBuilder
StaticPythonBuilder
TinyStaticPythonBuilder
RelocatablePythonBuilder
PyJsBuilder
LocalSystemBuilder
Expand Down Expand Up @@ -1458,7 +1460,6 @@ def remove_packages(self):
"pydoc_data",
"sqlite3",
"ssl.py",
"urllib",
"wsgiref",
"xml",
"zoneinfo",
Expand Down

0 comments on commit dd0f984

Please sign in to comment.