-
Notifications
You must be signed in to change notification settings - Fork 41
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 buid broken due to unknown test_source #130
Labels
Comments
Thank you for reporting this bug. The file is missing from the distribution. We fixed the cmake build in the master branch today. Would you be willing to try to build the master branch with cmake and report if you have any issues with it? It now builds the whole test suite in addition for the fix. |
Thanks a lot !
Sure, I can try to build it on my morning :-)
Have a great day,
Jeremy
…________________________________
From: pnorbert <notifications@github.com>
Sent: Monday, May 22, 2017 10:44 PM
To: ornladios/ADIOS
Cc: Fouriaux Jérémy Pierre Benoit; Author
Subject: Re: [ornladios/ADIOS] Cmake buid broken due to unknown test_source (#130)
Thank you for reporting this bug. The file is missing from the distribution. We fixed the cmake build in the master branch today. Would you be willing to try to build the master branch with cmake and report if you have any issues with it? It now builds the whole test suite in addition for the fix.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<#130 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/Aa_TMZfqz2R_LzC7lPzxvA4NxOd_G26bks5r8fO9gaJpZM4NiU06>.
{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/ornladios/ADIOS","title":"ornladios/ADIOS","subtitle":"GitHub repository","main_image_url":"https://cloud.githubusercontent.com/assets/143418/17495839/a5054eac-5d88-11e6-95fc-7290892c7bb5.png","avatar_image_url":"https://cloud.githubusercontent.com/assets/143418/15842166/7c72db34-2c0b-11e6-9aed-b52498112777.png","action":{"name":"Open in GitHub","url":"https://github.com/ornladios/ADIOS"}},"updates":{"snippets":[{"icon":"PERSON","message":"@pnorbert in #130: Thank you for reporting this bug. The file is missing from the distribution. We fixed the cmake build in the master branch today. Would you be willing to try to build the master branch with cmake and report if you have any issues with it? It now builds the whole test suite in addition for the fix. "}],"action":{"name":"View Issue","url":"#130 (comment)"}}}
|
I have compiled from master branch using Cmake, everything is working now :-) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
At Cmake configuration, from official release http://users.nccs.gov/~pnorbert/adios-1.11.0.tar.gz
-- Configuring done
CMake Error at tests/test_src/CMakeLists.txt:31 (add_executable):
Cannot find source file:
read_points_3d.c
This is due to the fact that no file read_points_3d.c does not exist in tests/test_src
A work around that work is to modify the CMakeLists.txt in tests/tests_src to remove this particular test.
The text was updated successfully, but these errors were encountered: