File tree Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ if(OPENGEODE_MYMODULE_WITH_TESTS)
2525endif ()
2626
2727add_geode_python_wheel(
28- NAME "OpenGeode-core "
28+ NAME "OpenGeode-ModuleTemplate "
2929 DESCRIPTION
3030 "Open source framework for representing and manipulating geometric models"
3131 MODULES
Original file line number Diff line number Diff line change 1- OpenGeode-core >= 13.0.0 , == 13.*
1+ #
2+ # This file is autogenerated by pip-compile with Python 3.10
3+ # by the following command:
4+ #
5+ # pip-compile bindings/python/requirements.in
6+ #
7+ opengeode-core == 14.* ,>= 14.0.0
8+ # via -r bindings/python/requirements.in
Original file line number Diff line number Diff line change @@ -32,6 +32,6 @@ namespace mymodule
3232 /* Here the functions to call when initializing the library
3333 * For exemple: registers, ...
3434 */
35- geode::OpenGeodeBasic ::initialize ();
35+ geode::OpenGeodeBasicLibrary ::initialize ();
3636 }
3737} // namespace mymodule
You can’t perform that action at this time.
0 commit comments