[root]/Core/Algorithms/Util
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
dav | 3 (100.0%) | 12 (100.0%) | 4.0 |
M */sub.mk
Fix typo: need $(BUILD_DATAFLOW), not just $BUILD_DATAFLOW.
M Packages/Uintah/sub.mk
Fix make warnings, need: $(SRCDIR)/Dataflow, not just Dataflow.
M Core/Geom/sub.mk
Path.cc was listed twice.
1 lines of code changed in 2 files:
M configure configure.ac */sub.mk
Updated configure to make '--disable-dataflow' and '--disable-scirun'
mean the same thing. Fixed sub.mk files to only build non-scirun
(dataflow) stuff when one of these flags is used.
Mostly had to just add:
ifeq ($(BUILD_DATAFLOW),yes)
...
endif
to the sub.mk files and place any GL dependent files in that ifeq.
(Alphabetized the libraries listed in the sub.mks.)
M configVars.mk.in
Don't build the SCIRun/StandAlone directory if dataflow turned off.
We don't need anything in there and they all depend on things that
depend on GL. Could possibly get them to build, but it's not worth
the time.
M Packages/Uintah/sub.mk
Don't build Uintah SCIRun modules if scirun is disabled.
11 lines of code changed in 1 file: