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)
25
25
endif ()
26
26
27
27
add_geode_python_wheel (
28
- NAME "OpenGeode-core "
28
+ NAME "OpenGeode-ModuleTemplate "
29
29
DESCRIPTION
30
30
"Open source framework for representing and manipulating geometric models"
31
31
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
32
32
/* Here the functions to call when initializing the library
33
33
* For exemple: registers, ...
34
34
*/
35
- geode::OpenGeodeBasic ::initialize ();
35
+ geode::OpenGeodeBasicLibrary ::initialize ();
36
36
}
37
37
} // namespace mymodule
You can’t perform that action at this time.
0 commit comments