-
Notifications
You must be signed in to change notification settings - Fork 20
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
cmake error #8
Comments
OK, I solved Doxygen issue, just by installed doxygen. but it still saying HDF5_LIB and METIS_INC are set to NOTFOUND, I installed libhdf5 and metis 4.0.3, but still doesn't work. |
Seems like your HDF5 and METIS libraries are not installed in the standard
system path. You can manually specify path in your cmake cache. In the top
build directory, issue "ccmake .", find "HDF5_LIB" and "METIS_INC"
variables and manually set them.
…On Thu, Oct 10, 2019 at 2:53 AM XiSheng1998 ***@***.***> wrote:
OK, I solved Doxygen issue, just by installed doxygen. but it still saying
HDF5_LIB and METIS_INC are set to NOTFOUND, I installed libhdf5 and metis
4.0.3, but still doesn't work.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#8?email_source=notifications&email_token=ABR6Z7CPBIHXGZ47LFT5WQ3QN3NQHA5CNFSM4I6OEWT2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEA3IY7A#issuecomment-540445820>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABR6Z7DVNIIXEESXQJIO53LQN3NQHANCNFSM4I6OEWTQ>
.
|
If you need it @XiSheng1998 we at RPL created a fork of Rocstar to address some of the CMake build system issues. Check it out here: https://github.com/USCRPL/Rocstar . Among other things it includes a bundled version of Metis, and removes the dependency on HDF5 (nothing actually uses it!). |
OK, finally I solved the metis-notfound problem and HDF5-LIB-notfound problem. And cmake processing with no errors but a warning:
however, when I try to run make -j, error occured:
It seems that something's wrong with IRAD, the cotent of /Rocstar-legacy/IRAD folder was downloaded from https://github.com/IllinoisRocstar/IRAD. Because there's something wrong with my Linux git submodule command, I have to download IRAD manually and Unzip to /Rocstar-legacy/IRAD folder, and then the error occurs. |
I also tried to make IRAD independently, cmake process seems ok but error occurs when it comes to make process:
|
I suspect you are using a relatively modern compiler. IRAD is old and not compatible with modern compilers. We have noticed these issues and fixed them in our new IMPACT release. I just updated our IMPACT project. The project no longer relies on IRAD (which will be no longer supported) and it is compatible with the latest gnu compilers. We are upgrading Rocstar build system to a great deal soon. It will be ready for public release in next few weeks. Meanwhile, please go ahead and checkout our new IMPACT release, build it and use that for Rocstar (not this legacy version, try the new version). That should address these compile issues. |
Additionally, when I use ccmake $ROCSTAR_SOURCE, and I found that BLOCKSOLVE_INC and BLOCKSOLVE_LIB was set to notfound, I checked Rocburn/CMakeList.txt, and found:
But I could found any information of blocksolve library. Is there any way to download this lib? |
Blocksolve is not used in the project, so you are safe. Rocstar build system soon will be improved in new release and these issue will be fixed. Once again, none of the new fixes will be released under Rocstar-legacy and I recommend you to switch to Rocstar. |
I downloaded Rocstar-legacy file and followed the instruction in RocstarQuickStart, downloaded all the required tpl and set all the environment variables, and I typed:
error occurred:
However, I installed libhdf5-dev but the cmake error still saying HDF5_LIB cannot be founded.
The Doxygen site http://illinoisrocstar.github.io/Rocstar/ also cannot be found, site not founded 404.
According to IRAD, IRAD file in Rocstar-legacy is empty, I downloaded IRAD file in IRAD-master and copy it to Rocstar-legacy/IRAD and cmake, the error occurs:
It seems that I need to download Doxygen file in http://illinoisrocstar.github.io/Rocstar/, but the site cannot be found.
The text was updated successfully, but these errors were encountered: