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

Fixes for mandel.cdt integration tests #421

Closed
wants to merge 4 commits into from

Conversation

oschwaldp-oci
Copy link
Contributor

@oschwaldp-oci oschwaldp-oci commented Jun 17, 2022

Resolves: #420

Parallel issue in mandel.cdt: eosnetworkfoundation/mandel.cdt#23
Related PR: eosnetworkfoundation/mandel.cdt#24

@@ -60,7 +60,7 @@ else()
find_library(libsecp256k1 secp256k1 @CMAKE_BINARY_DIR@/libraries/fc/secp256k1 NO_DEFAULT_PATH)
endif()

find_library(libff ff @CMAKE_BINARY_DIR@/libraries/fc/libraries/ff NO_DEFAULT_PATH)
find_library(libff ff @CMAKE_BINARY_DIR@/libraries/fc/libraries/ff/libff NO_DEFAULT_PATH)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

does the other tester cmake need to be changed?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

also, #426

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not if the 'dev' component is installed to the typical /usr/local. I am updating the README for current install instructions to make this work.

@oschwaldp-oci
Copy link
Contributor Author

This PR is superseded by work done here: #502. This PR will be closed and wait for #502 to be merged into 3.1.x and main

@heifner heifner added the OCI OCI working this issue... label Jun 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
OCI OCI working this issue...
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fixes for mandel.cdt integration tests
5 participants