Skip to content

Commit

Permalink
Update neml submodule and account for change in neml build ref idahol…
Browse files Browse the repository at this point in the history
  • Loading branch information
bwspenc committed Oct 14, 2021
1 parent 1a33d38 commit c8db4a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion contrib/neml
Submodule neml updated 41 files
+1 −1 doc/doxygen/Doxyfile
+1 −1 doc/sphinx/advanced/history.rst
+1 −1 doc/sphinx/cp/cpdmg/TransformationFunction.rst
+2 −2 doc/sphinx/cp/crystallography/CubicLattice.rst
+1 −1 doc/sphinx/cp/crystallography/Lattice.rst
+1 −1 doc/sphinx/cp/crystallography/SymmetryGroup.rst
+1 −1 doc/sphinx/cp/inelasticity/CombinedInelasticity.rst
+2 −2 doc/sphinx/cp/polycrystal/taylor.rst
+1 −1 doc/sphinx/cp/sliphardening/FixedStrengthHardening.rst
+2 −2 doc/sphinx/cp/sliphardening/GeneralLinearHardening.rst
+1 −1 doc/sphinx/cp/sliphardening/VocePerSystemHardening.rst
+1 −1 doc/sphinx/cp/sliprule/SlipMultiStrengthSlipRule.rst
+2 −2 doc/sphinx/creep/s_blackburn.rst
+6 −6 doc/sphinx/creep/s_km.rst
+7 −7 doc/sphinx/creep/s_mukherjee.rst
+4 −4 doc/sphinx/creep/s_swindeman.rst
+5 −5 doc/sphinx/crystal_plasticity.rst
+3 −3 doc/sphinx/damage/classical.rst
+4 −4 doc/sphinx/damage/combined.rst
+1 −1 doc/sphinx/damage/effective/huddleston.rst
+1 −1 doc/sphinx/damage/effective/maxseveral.rst
+2 −2 doc/sphinx/damage/effective/sumseveral.rst
+3 −3 doc/sphinx/damage/exponential.rst
+6 −6 doc/sphinx/damage/larsonmiller.rst
+6 −6 doc/sphinx/damage/modular.rst
+3 −3 doc/sphinx/damage/powerlaw.rst
+5 −5 doc/sphinx/damage/work.rst
+1 −1 doc/sphinx/general_flow/walkerkrempl.rst
+5 −5 doc/sphinx/hardening/non/chaboche.rst
+1 −1 doc/sphinx/hardening/simple/iso_combined.rst
+4 −4 doc/sphinx/interfaces/creep_plasticity.rst
+4 −4 doc/sphinx/interfaces/general_integrator.rst
+5 −5 doc/sphinx/interfaces/km_regime.rst
+4 −4 doc/sphinx/interfaces/perfect.rst
+5 −5 doc/sphinx/interfaces/rate_independent.rst
+4 −4 doc/sphinx/larsonmiller.rst
+5 −5 doc/sphinx/walker/testflow.rst
+2 −2 doc/sphinx/walker/walkerdrag.rst
+2 −2 doc/sphinx/walker/walkerscaling.rst
+1 −0 include/neml_interface.h
+1 −1 src/CMakeLists.txt
2 changes: 1 addition & 1 deletion contrib/neml.mk
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ifneq ($(wildcard $(NEML_DIR)/CMakeLists.txt),)
neml_srcfiles := $(shell find $(NEML_DIR)/src -name "*.cxx" | grep -v _wrap)
neml_objects += $(patsubst %.cxx,%.$(obj-suffix),$(neml_srcfiles))
neml_LIB := $(NEML_DIR)/libneml-$(METHOD).la
neml_includes := $(NEML_DIR)/src
neml_includes := $(NEML_DIR)/include
neml_dep_includes := -iquote$(NEML_DIR)/rapidxml -iquote$(BLACKBEAR_DIR)/contrib/neml_extra_include

$(APPLICATION_DIR)/lib/libblackbear-$(METHOD).la: $(neml_LIB)
Expand Down

0 comments on commit c8db4a8

Please sign in to comment.