Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
Please login to access the resource
home:jaimeMF
organicmaps
configure_remove_boost.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File configure_remove_boost.patch of Package organicmaps
Index: organicmaps-2024.11.12/configure.sh =================================================================== --- organicmaps-2024.11.12.orig/configure.sh +++ organicmaps-2024.11.12/configure.sh @@ -144,28 +144,3 @@ if [ -n "$PRIVATE_REPO" ]; then else setup_opensource fi - -# TODO: Remove these lines when XCode project is finally generated by CMake. -if [ ! -d "$BASE_PATH/3party/boost/" ]; then - echo "You need to have Boost submodule present to run bootstrap.sh" - echo "Try 'git submodule update --init --recursive'" - exit 1 -fi -if [ ! -d "$BASE_PATH/3party/boost/tools" ]; then - echo "Boost's submodule 'tools' is missing, it is required for bootstrap" - echo "Try 'git submodule update --init --recursive'" - exit 1 -fi - -cd "$BASE_PATH/3party/boost/" -if [[ "$OSTYPE" == msys ]]; then - echo "For Windows please run:" - echo "cd 3party\\boost" - echo "bootstrap.bat" - echo "b2 headers" - echo "cd ..\\.." -else - ./bootstrap.sh - ./b2 headers -fi -cd "$BASE_PATH"
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor