twam / homebrew-openfpga

OpenFPGA related tools for Homebrew
2 stars 2 forks source link

Unable to upgrade #1

Closed elpekos closed 5 years ago

elpekos commented 5 years ago

==> Upgrading twam/openfpga/nextpnr --without-gui --without-arch-ecp5 ==> Downloading https://github.com/YosysHQ/nextpnr/archive/c9ba65e7b2364147f8b27fbff1bb85a961f665c4.tar.gz Already downloaded: /Users/tp/Library/Caches/Homebrew/downloads/43be845b3202b30561dc4606cb3e3b3f76305c16e7905ce55227dc822620147c--nextpnr-c9ba65e7b2364147f8b27fbff1bb85a961f665c4.tar.gz ==> cmake -DBUILD_GUI=OFF -DARCH=ice40 . -GNinja -DCMAKE_C_FLAGS_RELEASE=-DNDEBUG -DCMAKE_CXX_FLAGS_RELEASE=-DNDEBUG -DCMAKE_INSTALL_PREFIX=/usr/local/Cellar/nextpnr/20190518 -DCMAKE_BUILD_TYPE=Release -D Last 15 lines from /Users/tp/Library/Logs/Homebrew/nextpnr/01.cmake: CMake Error at CMakeLists.txt:192 (find_package): Could not find a package configuration file provided by "Eigen3" with any of the following names:

Eigen3Config.cmake
eigen3-config.cmake

Add the installation prefix of "Eigen3" to CMAKE_PREFIX_PATH or set "Eigen3_DIR" to a directory containing one of the above files. If "Eigen3" provides a separate development package or SDK, be sure it has been installed.

-- Configuring incomplete, errors occurred! See also "/tmp/nextpnr-20190601-53218-jbv5wz/nextpnr-c9ba65e7b2364147f8b27fbff1bb85a961f665c4/CMakeFiles/CMakeOutput.log".

twam commented 5 years ago

Does it work if you install eigen first with brew install eigen?

elpekos commented 5 years ago

Hi,

Thanks a lot. I installed eigen and now upgrade worked.

Best regards,

T.

Le 1 juin 2019 à 09:47, Tobias Müller notifications@github.com a écrit :

Does it work if you install eigen frist with brew install eigen?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/twam/homebrew-openfpga/issues/1?email_source=notifications&email_token=AI7P7TI2M73N5PW6ZB3XPX3PYISP3A5CNFSM4HR7WXR2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODWW3ERI#issuecomment-497922629, or mute the thread https://github.com/notifications/unsubscribe-auth/AI7P7TL4EFFTYOCTCQC463DPYISP3ANCNFSM4HR7WXRQ.

twam commented 5 years ago

Thanks for letting me know and testing. I added the dependency to nextpnr now.