Skip to content

Commit

Permalink
Change BlackBear APPLICATION_NAME to black_bear closes idaholab#383
Browse files Browse the repository at this point in the history
  • Loading branch information
bwspenc committed Jan 18, 2024
1 parent db18f75 commit a17953e
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ BLACKBEAR_DIR := $(CURDIR)

# dep apps
APPLICATION_DIR := $(CURDIR)
APPLICATION_NAME := blackbear
APPLICATION_NAME := black_bear
BUILD_EXEC := yes
DEP_APPS := $(shell $(FRAMEWORK_DIR)/scripts/find_dep_apps.py $(APPLICATION_NAME))
include $(FRAMEWORK_DIR)/app.mk
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion contrib/neml.mk
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ neml_LIB := $(NEML_DIR)/libneml-$(METHOD).la
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)
$(APPLICATION_DIR)/lib/libblack_bear-$(METHOD).la: $(neml_LIB)

$(neml_LIB): $(neml_objects)
@echo "Linking Library "$@"..."
Expand Down
2 changes: 1 addition & 1 deletion run_tests
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ MOOSE_DIR = os.environ.get('MOOSE_DIR', MOOSE_DIR)
sys.path.append(os.path.join(MOOSE_DIR, 'python'))

from TestHarness import TestHarness
TestHarness.buildAndRun(sys.argv, 'blackbear', MOOSE_DIR)
TestHarness.buildAndRun(sys.argv, 'black_bear', MOOSE_DIR)

0 comments on commit a17953e

Please sign in to comment.