early-access version 2853
This commit is contained in:
23
externals/vcpkg/ports/boost-math/001-remove-checks.patch
vendored
Executable file
23
externals/vcpkg/ports/boost-math/001-remove-checks.patch
vendored
Executable file
@@ -0,0 +1,23 @@
|
||||
build/Jamfile.v2 | 2 --
|
||||
1 file changed, 2 deletions(-)
|
||||
|
||||
diff --git a/build/Jamfile.v2 b/build/Jamfile.v2
|
||||
index fd84028..3537e9f 100644
|
||||
--- a/build/Jamfile.v2
|
||||
+++ b/build/Jamfile.v2
|
||||
@@ -5,7 +5,6 @@
|
||||
|
||||
import testing ;
|
||||
import pch ;
|
||||
-import ../../config/checks/config : requires ;
|
||||
|
||||
project
|
||||
: requirements
|
||||
@@ -19,7 +18,6 @@ project
|
||||
<toolset>intel-linux:<cxxflags>-fvisibility=hidden
|
||||
#<toolset>sun:<cxxflags>-xldscope=hidden
|
||||
[ check-target-builds ../config//has_gcc_visibility "gcc visibility" : <toolset>gcc:<cxxflags>-fvisibility=hidden : ]
|
||||
- [ requires cxx11_noexcept cxx11_rvalue_references sfinae_expr cxx11_auto_declarations cxx11_lambdas cxx11_unified_initialization_syntax cxx11_hdr_tuple cxx11_hdr_initializer_list cxx11_hdr_chrono cxx11_thread_local cxx11_constexpr cxx11_nullptr cxx11_numeric_limits cxx11_decltype cxx11_hdr_array cxx11_hdr_atomic cxx11_hdr_type_traits cxx11_allocator cxx11_explicit_conversion_operators ]
|
||||
;
|
||||
|
||||
cpp-pch pch : ../src/tr1/pch.hpp : <include>../src/tr1 <link>shared:<define>BOOST_MATH_TR1_DYN_LINK=1 ;
|
||||
3
externals/vcpkg/ports/boost-math/b2-options.cmake
vendored
Executable file
3
externals/vcpkg/ports/boost-math/b2-options.cmake
vendored
Executable file
@@ -0,0 +1,3 @@
|
||||
if(APPLE)
|
||||
list(APPEND B2_OPTIONS cxxstd=11)
|
||||
endif()
|
||||
18
externals/vcpkg/ports/boost-math/portfile.cmake
vendored
Executable file
18
externals/vcpkg/ports/boost-math/portfile.cmake
vendored
Executable file
@@ -0,0 +1,18 @@
|
||||
# Automatically generated by scripts/boost/generate-ports.ps1
|
||||
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/math
|
||||
REF boost-1.79.0
|
||||
SHA512 97d7d11b80c5d583ceed3548f294876180d4ff8e0aab5b39c1dc5249300a124c4ac2d8894b3c4e8bec9f7fa42e3886f679a47b8b86feb7c1d9e8389b767bb499
|
||||
HEAD_REF master
|
||||
PATCHES 001-remove-checks.patch
|
||||
)
|
||||
|
||||
include(${CURRENT_HOST_INSTALLED_DIR}/share/boost-build/boost-modular-build.cmake)
|
||||
boost_modular_build(
|
||||
SOURCE_PATH ${SOURCE_PATH}
|
||||
BOOST_CMAKE_FRAGMENT "${CMAKE_CURRENT_LIST_DIR}/b2-options.cmake"
|
||||
)
|
||||
include(${CURRENT_INSTALLED_DIR}/share/boost-vcpkg-helpers/boost-modular-headers.cmake)
|
||||
boost_modular_headers(SOURCE_PATH ${SOURCE_PATH})
|
||||
32
externals/vcpkg/ports/boost-math/vcpkg.json
vendored
Executable file
32
externals/vcpkg/ports/boost-math/vcpkg.json
vendored
Executable file
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"name": "boost-math",
|
||||
"version": "1.79.0",
|
||||
"description": "Boost math module",
|
||||
"homepage": "https://github.com/boostorg/math",
|
||||
"license": "BSL-1.0",
|
||||
"dependencies": [
|
||||
"boost-assert",
|
||||
{
|
||||
"name": "boost-build",
|
||||
"host": true
|
||||
},
|
||||
"boost-concept-check",
|
||||
"boost-config",
|
||||
"boost-core",
|
||||
"boost-integer",
|
||||
"boost-lexical-cast",
|
||||
{
|
||||
"name": "boost-modular-build-helper",
|
||||
"host": true
|
||||
},
|
||||
"boost-predef",
|
||||
"boost-random",
|
||||
"boost-static-assert",
|
||||
"boost-throw-exception",
|
||||
"boost-vcpkg-helpers",
|
||||
{
|
||||
"name": "vcpkg-cmake",
|
||||
"host": true
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user