Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add custom port for kaldi #18

Open
wants to merge 7 commits into
base: main
Choose a base branch
from
Open

Add custom port for kaldi #18

wants to merge 7 commits into from

Conversation

mike-malburg
Copy link
Collaborator

@mike-malburg mike-malburg commented Feb 23, 2024

Description

Adds custom ports for kaldi and it's dependencies.

@mike-malburg mike-malburg force-pushed the package/kaldi branch 3 times, most recently from af4f853 to f591d5c Compare April 3, 2024 18:22
warning: DLLs without any exports are likely a bug in the build script. If this is intended, add the following line in the portfile:
set(VCPKG_POLICY_DLLS_WITHOUT_EXPORTS enabled)
The following DLLs have no exports:

  C:\code\ThirdParty-Packages-vcpkg\vcpkg\packages\openfstwin_x64-windows-dynamic-release\bin\arc_lookahead-fst.dll
  C:\code\ThirdParty-Packages-vcpkg\vcpkg\packages\openfstwin_x64-windows-dynamic-release\bin\compact16_acceptor-fst.dll
  C:\code\ThirdParty-Packages-vcpkg\vcpkg\packages\openfstwin_x64-windows-dynamic-release\bin\compact16_string-fst.dll
  C:\code\ThirdParty-Packages-vcpkg\vcpkg\packages\openfstwin_x64-windows-dynamic-release\bin\compact16_unweighted-fst.dll
  C:\code\ThirdParty-Packages-vcpkg\vcpkg\packages\openfstwin_x64-windows-dynamic-release\bin\compact16_unweighted_acceptor-fst.dll
  C:\code\ThirdParty-Packages-vcpkg\vcpkg\packages\openfstwin_x64-windows-dynamic-release\bin\compact16_weighted_string-fst.dll
  C:\code\ThirdParty-Packages-vcpkg\vcpkg\packages\openfstwin_x64-windows-dynamic-release\bin\compact64_acceptor-fst.dll
  C:\code\ThirdParty-Packages-vcpkg\vcpkg\packages\openfstwin_x64-windows-dynamic-release\bin\compact64_string-fst.dll
  C:\code\ThirdParty-Packages-vcpkg\vcpkg\packages\openfstwin_x64-windows-dynamic-release\bin\compact64_unweighted-fst.dll
  C:\code\ThirdParty-Packages-vcpkg\vcpkg\packages\openfstwin_x64-windows-dynamic-release\bin\compact64_unweighted_acceptor-fst.dll
  C:\code\ThirdParty-Packages-vcpkg\vcpkg\packages\openfstwin_x64-windows-dynamic-release\bin\compact64_weighted_string-fst.dll
  C:\code\ThirdParty-Packages-vcpkg\vcpkg\packages\openfstwin_x64-windows-dynamic-release\bin\compact8_acceptor-fst.dll
  C:\code\ThirdParty-Packages-vcpkg\vcpkg\packages\openfstwin_x64-windows-dynamic-release\bin\compact8_string-fst.dll
  C:\code\ThirdParty-Packages-vcpkg\vcpkg\packages\openfstwin_x64-windows-dynamic-release\bin\compact8_unweighted-fst.dll
  C:\code\ThirdParty-Packages-vcpkg\vcpkg\packages\openfstwin_x64-windows-dynamic-release\bin\compact8_unweighted_acceptor-fst.dll
  C:\code\ThirdParty-Packages-vcpkg\vcpkg\packages\openfstwin_x64-windows-dynamic-release\bin\compact8_weighted_string-fst.dll
  C:\code\ThirdParty-Packages-vcpkg\vcpkg\packages\openfstwin_x64-windows-dynamic-release\bin\const16-fst.dll
  C:\code\ThirdParty-Packages-vcpkg\vcpkg\packages\openfstwin_x64-windows-dynamic-release\bin\const64-fst.dll
  C:\code\ThirdParty-Packages-vcpkg\vcpkg\packages\openfstwin_x64-windows-dynamic-release\bin\const8-fst.dll
  C:\code\ThirdParty-Packages-vcpkg\vcpkg\packages\openfstwin_x64-windows-dynamic-release\bin\fstcompact.dll
  C:\code\ThirdParty-Packages-vcpkg\vcpkg\packages\openfstwin_x64-windows-dynamic-release\bin\fstconst.dll
  C:\code\ThirdParty-Packages-vcpkg\vcpkg\packages\openfstwin_x64-windows-dynamic-release\bin\fstlookahead.dll
  C:\code\ThirdParty-Packages-vcpkg\vcpkg\packages\openfstwin_x64-windows-dynamic-release\bin\ilabel_lookahead-fst.dll
  C:\code\ThirdParty-Packages-vcpkg\vcpkg\packages\openfstwin_x64-windows-dynamic-release\bin\linear-classifier-fst.dll
  C:\code\ThirdParty-Packages-vcpkg\vcpkg\packages\openfstwin_x64-windows-dynamic-release\bin\linear-tagger-fst.dll
  C:\code\ThirdParty-Packages-vcpkg\vcpkg\packages\openfstwin_x64-windows-dynamic-release\bin\olabel_lookahead-fst.dll
-- Setting KALDI_VERSION with get_version...
CMake Error at cmake/VersionHelper.cmake:11 (string):
  string sub-command STRIP requires two arguments.
Call Stack (most recent call first):
  CMakeLists.txt:226 (get_version)

CMake Error at C:/Program Files/CMake/share/cmake-3.29/Modules/WriteBasicConfigVersionFile.cmake:43 (message):
  No VERSION specified for WRITE_BASIC_CONFIG_VERSION_FILE()
Call Stack (most recent call first):
  C:/Program Files/CMake/share/cmake-3.29/Modules/CMakePackageConfigHelpers.cmake:362 (write_basic_config_version_file)
  CMakeLists.txt:315 (write_basic_package_version_file)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant