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

Updated neml to current dev #84

Closed
wants to merge 1 commit into from

Conversation

reverendbedford
Copy link
Collaborator

This gives you the new material models. Plus we made a lot of changes to CMake to make things work on Windows. We shall see how the MOOSE auto compile/testing handles that.

Closes #83

@reverendbedford
Copy link
Collaborator Author

Ugh, sigh. Yes, "neml_export.h" can just be

#ifndef NEML_EXPORT_H
#define NEML_EXPORT_H

#define NEML_EXPORT
#define NEML_NO_EXPORT
#define NEML_DECPRECATED
#define NEML_DECPRECATED_EXPORT
#define NEML_DECPRECATED_NO_EXPORT

#endif

(i.e. a bunch of null macros) for you but in the general case I need CMake to do the right thing and generate the correct Windows export magic words. Uhh, suggestions?

@bwspenc
Copy link
Collaborator

bwspenc commented Nov 25, 2019

So is neml_export.h generated by CMake?

@reverendbedford
Copy link
Collaborator Author

reverendbedford commented Nov 25, 2019 via email

@moosebuild
Copy link

Job Test on 434a3c9 : invalidated by @bwspenc

PR #85 should allow this to build now

@moosebuild
Copy link

Job App Test on 434a3c9 : invalidated by @bwspenc

PR #85 should allow this to build now

@dschwen
Copy link
Member

dschwen commented Dec 30, 2019 via email

@bwspenc
Copy link
Collaborator

bwspenc commented Dec 30, 2019

Hmm... that didn't work for some reason. I'll look into this after we get back from the break on Jan 2.

@moosebuild
Copy link

Job Test on 434a3c9 : invalidated by @bwspenc

@bwspenc
Copy link
Collaborator

bwspenc commented Apr 8, 2020

Taken care of by #111

@bwspenc bwspenc closed this Apr 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update blackbear to the newest NEML dev
4 participants