Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add gtsam - take 3 #17997

Merged
merged 30 commits into from
Feb 11, 2022
Merged
Changes from 1 commit
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
42c311d
add gtsam
wolfv Mar 22, 2021
0c7c98d
remove recipe.yaml
wolfv Mar 22, 2021
6a712d0
add win build
wolfv Mar 22, 2021
5878e51
add cmake
wolfv Mar 22, 2021
9753713
add boost 174 patch
wolfv Mar 22, 2021
8e0f8c5
Merge branch 'gtsam' of github.com:wolfv/staged-recipes into gtsam_4.…
ameysutavani Mar 24, 2021
087dd1e
Testing boost174 patch changes; new lines at EOF
ameysutavani Mar 24, 2021
0aff859
testing original patch
ameysutavani Mar 24, 2021
eadcde7
Update meta.yaml
ameysutavani Jul 9, 2021
db213d0
Testing gtsam 4.0.3 with boost 1.7.6
ameysutavani Jul 9, 2021
b452aa7
Updated correct BSD SPDIX identifier
ameysutavani Jul 9, 2021
a00832c
Pinned boost-cpp to 1.76.0
ameysutavani Jul 9, 2021
a7dd3bc
Fix ceres autodiff
ameysutavani Jul 9, 2021
32dea6c
Test disabling ceres unvendor
ameysutavani Jul 9, 2021
b3038d7
try again with gtsam 4.1.1
wolfv Jan 25, 2022
b33dc40
add TobiasFischers suggetions
wolfv Jan 26, 2022
e2db91c
remove mkl, add python to run
wolfv Jan 26, 2022
32e7a34
add python hints for cmake
wolfv Feb 9, 2022
6d7c69e
Add missing boost-cpp run dep
Tobias-Fischer Feb 10, 2022
f8dcf76
Add tests
Tobias-Fischer Feb 10, 2022
d0b8bd7
Try fix osx issues finding system python
Tobias-Fischer Feb 10, 2022
f994582
Update bld.bat
Tobias-Fischer Feb 10, 2022
6ed2162
Do not use boost static libs on Win
Tobias-Fischer Feb 10, 2022
f609658
Last boost fix attempt for Win
Tobias-Fischer Feb 11, 2022
c8ae504
Update bld.bat
Tobias-Fischer Feb 11, 2022
51a8b58
Update meta.yaml
Tobias-Fischer Feb 11, 2022
d0bf8b7
Hopefully fix Python
Tobias-Fischer Feb 11, 2022
97a6139
Update bld.bat
Tobias-Fischer Feb 11, 2022
7d2cb8b
It's getting ridiculous
Tobias-Fischer Feb 11, 2022
a9a553f
Update bld.bat
Tobias-Fischer Feb 11, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update bld.bat
Tobias-Fischer authored Feb 11, 2022
commit c8ae504d41cb89e30f88b9293577f170b7cf8f11
1 change: 0 additions & 1 deletion recipes/gtsam/bld.bat
Original file line number Diff line number Diff line change
@@ -10,7 +10,6 @@ cmake ^
-DBoost_USE_STATIC_LIBS=OFF ^
-DBOOST_ROOT="%LIBRARY_PREFIX%" ^
-DBoost_NO_SYSTEM_PATHS=ON ^
-DBoost_NO_BOOST_CMAKE=ON ^
-DPython3_EXECUTABLE=%PYTHON% ^
%SRC_DIR%