Revert "Don't build ace when axcioma is installed"

This reverts commit 4fe32070e4.
This commit is contained in:
Benjamin Oldenburg 2023-05-07 08:44:38 +07:00
parent 4fe32070e4
commit 6c07da9f35
4 changed files with 1 additions and 11 deletions

View File

@ -1,9 +1,5 @@
vcpkg_minimum_required(VERSION 2022-10-12)
if(EXISTS "${CURRENT_INSTALLED_DIR}/share/axcioma")
message(FATAL_ERROR "FATAL ERROR: ace and axcioma are incompatible.")
endif()
# Using zip archive under Linux would cause sh/perl to report "No such file or directory" or "bad interpreter"
# when invoking `prj_install.pl`.
# So far this issue haven't yet be triggered under WSL 1 distributions. Not sure the root cause of it.

View File

@ -1,7 +1,6 @@
{
"name": "ace",
"version": "7.1.0",
"port-version": 1,
"maintainers": "Johnny Willemsen <jwillemsen@remedy.nl>",
"description": "The ADAPTIVE Communication Environment",
"homepage": "https://github.com/DOCGroup/ACE_TAO",

View File

@ -1,10 +1,5 @@
{
"versions": [
{
"git-tree": "4ebd4f9d0bb635d2d7d022cf62b1cbb784b8755d",
"version": "7.1.0",
"port-version": 1
},
{
"git-tree": "9a2a1876f2f625494b16da42b27ace343255d691",
"version": "7.1.0",

View File

@ -26,7 +26,7 @@
},
"ace": {
"baseline": "7.1.0",
"port-version": 1
"port-version": 0
},
"acl": {
"baseline": "2.3.1",