forked from microsoft/vcpkg
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/master' into HEAD
- Loading branch information
Showing
48 changed files
with
485 additions
and
218 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
Source: 3fd | ||
Version: 2.6.2-1 | ||
Version: 2.6.2-2 | ||
Description: C++ Framework For Fast Development | ||
Build-Depends: boost-lockfree (windows), boost-regex (windows), poco (windows), sqlite3, rapidxml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
diff --git a/3FD/configuration.cpp b/3FD/configuration.cpp | ||
index b9ca804..207a397 100644 | ||
--- a/3FD/configuration.cpp | ||
+++ b/3FD/configuration.cpp | ||
@@ -2,7 +2,7 @@ | ||
#include "configuration.h" | ||
#include "exceptions.h" | ||
#include "utils_io.h" | ||
-#include <rapidxml.hpp> | ||
+#include <rapidxml/rapidxml.hpp> | ||
|
||
#ifdef _3FD_PLATFORM_WINRT | ||
# include "utils_winrt.h" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
Source: ace | ||
Version: 6.5.4-1 | ||
Version: 6.5.4-2 | ||
Description: The ADAPTIVE Communication Environment |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
Source: clapack | ||
Version: 3.2.1-1 | ||
Version: 3.2.1-2 | ||
Description: CLAPACK (f2c'ed version of LAPACK) | ||
Build-Depends: openblas |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
diff --git a/F2CLIBS/libf2c/CMakeLists.txt b/F2CLIBS/libf2c/CMakeLists.txt | ||
index 2bdbd05..e77b3a3 100644 | ||
--- a/F2CLIBS/libf2c/CMakeLists.txt | ||
+++ b/F2CLIBS/libf2c/CMakeLists.txt | ||
@@ -60,3 +60,13 @@ include_directories(${CLAPACK_SOURCE_DIR}/F2CLIBS/libf2c) | ||
include_directories(${CLAPACK_BINARY_DIR}/F2CLIBS/libf2c) | ||
add_library(f2c STATIC ${OFILES} ${CMAKE_CURRENT_BINARY_DIR}/arith.h) | ||
set_property(TARGET f2c PROPERTY PREFIX lib) | ||
+ | ||
+install(TARGETS f2c | ||
+ RUNTIME DESTINATION bin | ||
+ LIBRARY DESTINATION lib | ||
+ ARCHIVE DESTINATION lib) | ||
+ | ||
+install(TARGETS arithchk | ||
+ RUNTIME DESTINATION tools | ||
+ LIBRARY DESTINATION lib | ||
+ ARCHIVE DESTINATION lib) | ||
\ No newline at end of file |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
diff --git a/dom/src/modules/LIBXMLPlugin/daeLIBXMLPlugin.cpp b/dom/src/modules/LIBXMLPlugin/daeLIBXMLPlugin.cpp | ||
index 4536275..77651f9 100644 | ||
--- a/dom/src/modules/LIBXMLPlugin/daeLIBXMLPlugin.cpp | ||
+++ b/dom/src/modules/LIBXMLPlugin/daeLIBXMLPlugin.cpp | ||
@@ -32,7 +32,7 @@ | ||
#include <iomanip> | ||
using namespace std; | ||
|
||
-#include <zip.h> // for saving compressed files | ||
+#include <minizip/zip.h> // for saving compressed files | ||
#ifdef _WIN32 | ||
#include <iowin32.h> | ||
#else |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
diff --git a/CMakeLists.txt b/CMakeLists.txt | ||
index ea9fd15..c62c6fd 100644 | ||
--- a/CMakeLists.txt | ||
+++ b/CMakeLists.txt | ||
@@ -124,7 +124,7 @@ endif() | ||
if((UNIX AND SYSTEM_DIR_INSTALL) OR OPTION_FORCE_SYSTEM_DIR_INSTALL) | ||
# Install into the system (/usr/bin or /usr/local/bin) | ||
set(INSTALL_ROOT "share/${project}") # /usr/[local]/share/<project> | ||
- set(INSTALL_CMAKE "share/${project}/cmake") # /usr/[local]/share/<project>/cmake | ||
+ set(INSTALL_CMAKE "share/${project}") # /usr/[local]/share/<project> | ||
set(INSTALL_EXAMPLES "share/${project}") # /usr/[local]/share/<project> | ||
set(INSTALL_DATA "share/${project}") # /usr/[local]/share/<project> | ||
set(INSTALL_BIN "bin") # /usr/[local]/bin | ||
@@ -183,7 +183,7 @@ add_subdirectory(deploy) | ||
install(FILES "${PROJECT_BINARY_DIR}/VERSION" DESTINATION ${INSTALL_ROOT} COMPONENT runtime) | ||
|
||
# Install cmake find script for the project | ||
-install(FILES ${META_PROJECT_NAME}-config.cmake DESTINATION ${INSTALL_ROOT} COMPONENT dev) | ||
+# install(FILES ${META_PROJECT_NAME}-config.cmake DESTINATION ${INSTALL_ROOT} COMPONENT dev) | ||
|
||
# Install the project meta files | ||
install(FILES AUTHORS DESTINATION ${INSTALL_ROOT} COMPONENT runtime) | ||
diff --git a/source/cppfs/CMakeLists.txt b/source/cppfs/CMakeLists.txt | ||
index aa37eda..e8a59e0 100644 | ||
--- a/source/cppfs/CMakeLists.txt | ||
+++ b/source/cppfs/CMakeLists.txt | ||
@@ -283,7 +283,7 @@ perform_health_checks( | ||
|
||
# Library | ||
install(TARGETS ${target} | ||
- EXPORT "${target}-export" COMPONENT dev | ||
+ EXPORT "${target}-config" COMPONENT dev | ||
RUNTIME DESTINATION ${INSTALL_BIN} COMPONENT runtime | ||
LIBRARY DESTINATION ${INSTALL_SHARED} COMPONENT runtime | ||
ARCHIVE DESTINATION ${INSTALL_LIB} COMPONENT dev | ||
@@ -302,8 +302,8 @@ install(DIRECTORY | ||
) | ||
|
||
# CMake config | ||
-install(EXPORT ${target}-export | ||
+install(EXPORT ${target}-config | ||
NAMESPACE ${META_PROJECT_NAME}:: | ||
- DESTINATION ${INSTALL_CMAKE}/${target} | ||
+ DESTINATION ${INSTALL_CMAKE} | ||
COMPONENT dev | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
Source: fribidi | ||
Version: 1.0.5 | ||
Version: 58c6cb3 | ||
Description: GNU FriBidi is an implementation of the Unicode Bidirectional Algorithm (bidi) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
Source: gli | ||
Version: 0.8.2-1 | ||
Version: dd17acf | ||
Build-Depends: glm | ||
Description: OpenGL Image (GLI) https://gli.g-truc.net |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
Source: glslang | ||
Version: 2018-03-02-1 | ||
Version: 2018-03-02-2 | ||
Description: Khronos reference front-end for GLSL and ESSL, and sample SPIR-V generator |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
Source: gsoap | ||
Version: 2.8.82-1 | ||
Version: 2.8.82-2 | ||
Build-Depends: curl | ||
Description: The gSOAP toolkit is a C and C++ software development toolkit for SOAP and REST XML Web services and generic C/C++ XML data bindings. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
Source: mapbox-variant | ||
Version: 1.1.6-0f734f0 | ||
Version: 1.1.6-0f734f0-1 | ||
Description: C++11/C++14 Variant |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.