Enable double precision libccd builds for windows/linux (#52) · BerkeleyAutomation/python-fcl@b2bd50e · GitHub
Skip to content

Commit b2bd50e

Browse files
authored
Enable double precision libccd builds for windows/linux (#52)
* add debug failure case * fix: use double precision ccd, add tests * bump version for new wheel
1 parent 8ffedeb commit b2bd50e

4 files changed

Lines changed: 210 additions & 4 deletions

File tree

build_dependencies/install_linux.sh

Lines changed: 3 additions & 3 deletions

build_dependencies/install_windows.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ cmake -B build `
5252
-D CMAKE_BUILD_TYPE=Release `
5353
-G $generator `
5454
-D BUILD_SHARED_LIBS=ON `
55+
-D ENABLE_DOUBLE_PRECISION=ON `
5556
-D CMAKE_INSTALL_PREFIX=$install_dir
5657
cmake --build build --config Release --target install
5758

src/fcl/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.7.0"
1+
__version__ = "0.7.0.1"

tests/test_precision.py

Lines changed: 205 additions & 0 deletions

0 commit comments

Comments
 (0)