blob: 150240950421db54ec5baec56da1fb400c3f0d9f [file] [log] [blame]
{
"name": "dlibVzt",
"version": "0.0.6",
"summary": "A toolkit for making real world machine learning and data analysis applications in C++",
"description": "Dlib is a modern C++ toolkit containing machine learning algorithms and tools\nfor creating complex software in C++ to solve real world problems. See\nhttp://dlib.net for the main project documentation and API reference.",
"homepage": "https://github.com/henryhuypham/dlibVzt.git",
"license": {
"type": "Boost Software License",
"text": " Boost Software License - Version 1.0 - August 17th, 2003\n\nPermission is hereby granted, free of charge, to any person or organization\nobtaining a copy of the software and accompanying documentation covered by\nthis license (the \"Software\") to use, reproduce, display, distribute,\nexecute, and transmit the Software, and to prepare derivative works of the\nSoftware, and to permit third-parties to whom the Software is furnished to\ndo so, all subject to the following:\n\nThe copyright notices in the Software and this entire statement, including\nthe above license grant, this restriction and the following disclaimer,\nmust be included in all copies of the Software, in whole or in part, and\nall derivative works of the Software, unless such copies or derivative\nworks are solely in the form of machine-executable object code generated by\na source language processor.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT\nSHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE\nFOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,\nARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\nDEALINGS IN THE SOFTWARE.\n"
},
"authors": "https://github.com/henryhuypham",
"source": {
"git": "https://github.com/henryhuypham/dlibVzt.git",
"tag": "0.0.6"
},
"platforms": {
"ios": "9.0"
},
"source_files": [
"build/install/include/**/*.h"
],
"public_header_files": "build/install/include/**/*.h",
"preserve_paths": [
"build/libdlib.dylib",
"build/install"
],
"header_mappings_dir": "build/install/include",
"vendored_libraries": "build/libdlib.dylib",
"requires_arc": false,
"libraries": [
"stdc++"
],
"prepare_command": "mkdir build\ncd build\ncmake -Wno-dev -GXcode -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_FLAGS=\"-DPNG_ARM_NEON_OPT=0 -std=c++11\" -DCMAKE_C_FLAGS=\"-DPNG_ARM_NEON_OPT=0\" -DCMAKE_CXX_COMPILER_WORKS=1 -DCMAKE_C_COMPILER_WORKS=1 -DCMAKE_THREAD_LIBS_INIT=\"-lpthread\" -DCMAKE_USE_PTHREADS_INIT=1 -DCMAKE_OSX_ARCHITECTURES=\"arm64\" -DCMAKE_OSX_SYSROOT=$(xcode-select -p)/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk -DCMAKE_MACOSX_BUNDLE=ON -DCMAKE_XCODE_ATTRIBUTE_CODE_SIGNING_REQUIRED=NO -DLIBPNG_IS_GOOD=0 -DLIBJPEG_IS_GOOD=0 -DAPPLE=1 -DDLIB_NO_GUI_SUPPORT=1 -DDLIB_USE_CUDA=0 -DDLIB_USE_BLAS=0 -DDLIB_USE_LAPACK=0 -DUNIX=1 ../\nCMAKE_VERSION=`cmake --version | tr -dc '0-9'`\nif [ $CMAKE_VERSION -lt 300 ]; then sed -i '' 's~/build/dlib/Release~/build/dlib/Release-iphoneos~g' dlib/CMakeScripts/dlib_shared_postBuildPhase.makeRelease; fi\nxcodebuild -arch arm64 -sdk iphoneos -configuration Release ONLY_ACTIVE_ARCH=NO -target ALL_BUILD build\nxcodebuild -arch x86_64 -sdk iphonesimulator -configuration Release ONLY_ACTIVE_ARCH=NO -target ALL_BUILD build\nsed -i '' 's~/build/dlib/Release~/build/dlib/Release-iphoneos~g' dlib/cmake_install.cmake\ncmake -DCMAKE_INSTALL_PREFIX=install -P cmake_install.cmake\nlipo -create install/lib/libdlib.19.6.99.dylib dlib/Release-iphonesimulator/libdlib.19.6.99.dylib -output libdlib.dylib\ninstall_name_tool -id @rpath/libdlib.dylib libdlib.dylib"
}