BlueQuartzSoftware / DREAM3D

Data Analysis program and framework for materials science data analytics, based on the managing framework SIMPL framework.
http://dream3d.bluequartz.net
Other
161 stars 76 forks source link

Error with qwt-6.1.5 during install #983

Open efreeman74 opened 3 years ago

efreeman74 commented 3 years ago

Hello

I am building DREAM3Dsuperbuild and I have an issue that I can into during the install process. The error occurs along building qwt

A snippet of the qwt error is given below make[2]: [CMakeFiles/qwt.dir/build.make:126: ../DREAM3D_SDK/superbuild/qwt-6.1.5-5.12.8/Stamp/qwt-configure] Error 1 make[1]: [CMakeFiles/Makefile2:231: CMakeFiles/qwt.dir/all] Error 2 make[1]: *** Waiting for unfinished jobs....

I have included a standard output of the error as well as a install script that I have used that generated the error.

I'm installing on RHEL 8.4 with gcc-8.4, Python-3.9.7, cmake-3.18

Any suggestions on building qwt?

build_output.txt install_DREAM3D.txt

imikejackson commented 3 years ago

If you look at the output from the actual superbuild process it will give a path to the Qwt build directory with some log files. Those are the log files that will tell us what went wrong.

Also are you planning on writing C++ filters for DREAM.3D or do you just want to run DREAM.3D? There are prebuilt binaries for Linux that should run on RHEL. There is also an Anaconda distribution of DREAM3D that will allow you to write DREAM.3D filters using python (and any python library you want to use).

efreeman74 commented 3 years ago

Hello Michael

Right now we are just interested in running DREAM3D, we don’t yet forsee any special c++ coding that we will need as of yet. However, later on that might be something we might do….

I did read about prebuilt binaries but I was thinking these only ran on Ubuntu (Debian) Linux? Since they will run on RHEL I will try that route for now, if I need the full SDK in can always install later.

Thank you Michael, we plan to to use DREAM3D for our additive manufacturing database needs here at ERDC, nice to hear from you.

Cheers

Elton Freeman Engineering Research and Development Center 3909 Halls Ferry Rd Vicksburg MS 39180 Room number 1324 Office number 1-601-634-2419 Cell number 1-601-415-7817

From: Michael Jackson @.> Reply-To: BlueQuartzSoftware/DREAM3D @.> Date: Tuesday, September 14, 2021 at 11:25 AM To: BlueQuartzSoftware/DREAM3D @.> Cc: "Freeman, Elton L ERDC-RDE-ITL-MS CIV" @.>, Author @.***> Subject: Re: [BlueQuartzSoftware/DREAM3D] Error with qwt-6.1.5 during install (#983)

If you look at the output from the actual superbuild process it will give a path to the Qwt build directory with some log files. Those are the log files that will tell us what went wrong.

Also are you planning on writing C++ filters for DREAM.3D or do you just want to run DREAM.3D? There are prebuilt binaries for Linux that should run on RHEL. There is also an Anaconda distribution of DREAM3D that will allow you to write DREAM.3D filters using python (and any python library you want to use).

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/BlueQuartzSoftware/DREAM3D/issues/983#issuecomment-919311050, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AQXXQRU7VACQBTRGTBMM473UB5ZONANCNFSM5D6XYGDQ. Triage notifications on the go with GitHub Mobile for iOShttps://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Androidhttps://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

efreeman74 commented 3 years ago

Thanks Michael

I overlooked but there are two versions of prebuilt binaries out there.

I downloaded the unbuntu version originally but now I see the standard linux version like you mentioned earlier.

Wow, DREAM3D has really made install a breeze….

@.***

Elton Freeman Engineering Research and Development Center 3909 Halls Ferry Rd Vicksburg MS 39180 Room number 1324 Office number 1-601-634-2419 Cell number 1-601-415-7817

From: Michael Jackson @.> Reply-To: BlueQuartzSoftware/DREAM3D @.> Date: Tuesday, September 14, 2021 at 11:25 AM To: BlueQuartzSoftware/DREAM3D @.> Cc: "Freeman, Elton L ERDC-RDE-ITL-MS CIV" @.>, Author @.***> Subject: Re: [BlueQuartzSoftware/DREAM3D] Error with qwt-6.1.5 during install (#983)

If you look at the output from the actual superbuild process it will give a path to the Qwt build directory with some log files. Those are the log files that will tell us what went wrong.

Also are you planning on writing C++ filters for DREAM.3D or do you just want to run DREAM.3D? There are prebuilt binaries for Linux that should run on RHEL. There is also an Anaconda distribution of DREAM3D that will allow you to write DREAM.3D filters using python (and any python library you want to use).

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/BlueQuartzSoftware/DREAM3D/issues/983#issuecomment-919311050, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AQXXQRU7VACQBTRGTBMM473UB5ZONANCNFSM5D6XYGDQ. Triage notifications on the go with GitHub Mobile for iOShttps://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Androidhttps://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

imikejackson commented 3 years ago

tar.gz is the way to go. As long as it is compatible with your systems. :-)

The "Ubuntu" version should have worked on any Linux system.

efreeman74 commented 3 years ago

Got it!

Not only is DREAM3D easy to install its also easy to use, I just imported an ASCII data file with some node data from Sierra just now, and it worked! Took me less than 6 minutes to import too.

I only wish DREAM3D could read in an exodus database file, its an output file from sierra? Maybe a request for later?

Thanks Michael, DREAM3D is much better than my other database storage solutions!

Cheers

Elton Freeman Engineering Research and Development Center 3909 Halls Ferry Rd Vicksburg MS 39180 Room number 1324 Office number 1-601-634-2419 Cell number 1-601-415-7817

From: Michael Jackson @.> Reply-To: BlueQuartzSoftware/DREAM3D @.> Date: Tuesday, September 14, 2021 at 3:22 PM To: BlueQuartzSoftware/DREAM3D @.> Cc: "Freeman, Elton L ERDC-RDE-ITL-MS CIV" @.>, Author @.***> Subject: Re: [BlueQuartzSoftware/DREAM3D] Error with qwt-6.1.5 during install (#983)

tar.gz is the way to go. As long as it is compatible with your systems. :-)

The "Ubuntu" version should have worked on any Linux system.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/BlueQuartzSoftware/DREAM3D/issues/983#issuecomment-919485525, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AQXXQRRDVXKSE6A47PCBPCDUB6VJLANCNFSM5D6XYGDQ. Triage notifications on the go with GitHub Mobile for iOShttps://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Androidhttps://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.