mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: relocate third-party binaries
old: $WM_THIRD_PARTY_DIR/<packageName>/platforms/$WM_ARCH* new: $WM_THIRD_PARTY_DIR/platforms/$WM_ARCH*/<packageName> This streamlines the creation of binary packs, eases distribution and helps when testing the robustness of relocatable installations.
This commit is contained in:
@ -6,9 +6,9 @@
|
||||
.SUFFIXES: .atg
|
||||
|
||||
atgtoo = \
|
||||
$(WM_THIRD_PARTY_DIR)/coco-cpp/platforms/$(WM_ARCH)$(WM_COMPILER)/bin/coco-cpp \
|
||||
$(WM_THIRD_PARTY_DIR)/platforms/$(WM_ARCH)$(WM_COMPILER)/coco-cpp/bin/coco-cpp \
|
||||
-single \
|
||||
-frames $(WM_THIRD_PARTY_DIR)/coco-cpp/platforms/share/coco-cpp \
|
||||
-frames $(WM_THIRD_PARTY_DIR)/platforms/share/coco-cpp \
|
||||
$$SOURCE -o $(OBJECTS_DIR) && \
|
||||
$(CC) $(c++FLAGS) -c $*.cpp -o $@
|
||||
|
||||
|
||||
@ -3,8 +3,8 @@
|
||||
compile with:
|
||||
coco-cpp wmkdependParser.atg
|
||||
For example,
|
||||
$WM_THIRD_PARTY_DIR/coco-cpp/platforms/$WM_ARCH$WM_COMPILER/bin/coco-cpp \
|
||||
-frames $WM_THIRD_PARTY_DIR/coco-cpp/platforms/share/coco-cpp \
|
||||
$WM_THIRD_PARTY_DIR/platforms/$WM_ARCH$WM_COMPILER/coco-cpp/bin/coco-cpp \
|
||||
-frames $WM_THIRD_PARTY_DIR/platforms/share/coco-cpp \
|
||||
wmkdependParser.atg
|
||||
\*---------------------------------------------------------------------------*/
|
||||
[copy]
|
||||
|
||||
Reference in New Issue
Block a user