Skip to content

Commit

Permalink
[libosip2, talib] Don't install include/makefile.am. (microsoft#34481)
Browse files Browse the repository at this point in the history
  • Loading branch information
BillyONeal authored Oct 14, 2023
1 parent ba823b1 commit 486a464
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ports/libosip2/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ if(VCPKG_TARGET_IS_WINDOWS)
PROJECT_SUBPATH "platform/vsnet/osip2.vcxproj"
)

file(COPY "${SOURCE_PATH}/include/" DESTINATION "${CURRENT_PACKAGES_DIR}/include")
file(COPY "${SOURCE_PATH}/include/" DESTINATION "${CURRENT_PACKAGES_DIR}/include" PATTERN Makefile.* EXCLUDE)

vcpkg_msbuild_install(
SOURCE_PATH "${SOURCE_PATH}"
Expand Down
2 changes: 1 addition & 1 deletion ports/libosip2/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "libosip2",
"version": "5.2.0",
"port-version": 4,
"port-version": 5,
"description": "oSIP is an LGPL implementation of SIP. It's stable, portable, flexible and compliant! -may be more-! It is used mostly with eXosip2 stack (GPL) which provides simpler API for User-Agent implementation.",
"homepage": "https://www.gnu.org/software/osip/",
"supports": "!(windows & arm) & !uwp",
Expand Down
1 change: 1 addition & 0 deletions ports/talib/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ file(
file(
INSTALL "${SOURCE_PATH}/c/include"
DESTINATION ${CURRENT_PACKAGES_DIR}
PATTERN Makefile.* EXCLUDE
)

# License file
Expand Down
1 change: 1 addition & 0 deletions ports/talib/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "talib",
"version-semver": "0.4.0",
"port-version": 1,
"description": "TA-Lib - Technical Analysis Library",
"homepage": "https://ta-lib.github.io/",
"license": "BSD-2-Clause",
Expand Down
4 changes: 2 additions & 2 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -4526,7 +4526,7 @@
},
"libosip2": {
"baseline": "5.2.0",
"port-version": 4
"port-version": 5
},
"libosmium": {
"baseline": "2.20.0",
Expand Down Expand Up @@ -8142,7 +8142,7 @@
},
"talib": {
"baseline": "0.4.0",
"port-version": 0
"port-version": 1
},
"taocpp-json": {
"baseline": "2020-09-14",
Expand Down
5 changes: 5 additions & 0 deletions versions/l-/libosip2.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "e2811fe1a0d4cb7faabaebfa4cf47e1296bcddd2",
"version": "5.2.0",
"port-version": 5
},
{
"git-tree": "9b3b93c2039a5369ddd07c5dfb482644ce18c961",
"version": "5.2.0",
Expand Down
5 changes: 5 additions & 0 deletions versions/t-/talib.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "b21601e58da50f810bacb160a8960a131227aa28",
"version-semver": "0.4.0",
"port-version": 1
},
{
"git-tree": "639b6ba11c1768faf5ab92f42d4cdf0a1bba2270",
"version-semver": "0.4.0",
Expand Down

0 comments on commit 486a464

Please sign in to comment.