Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
ThirdParty-common
Commits
bc7fb088
Commit
bc7fb088
authored
Sep 29, 2017
by
Mark OLESEN
Browse files
STYLE: relocated etc/wmakeFiles as makeFiles
parent
0c7fa1cc
Changes
6
Hide whitespace changes
Inline
Side-by-side
Allwmake
View file @
bc7fb088
...
...
@@ -107,7 +107,7 @@ echo " $SCOTCH_ARCH_PATH"
SCOTCH_SOURCE_DIR
=
$sourceBASE
/
$SCOTCH_VERSION
# Needs generalizing, but works fairly well
scotchMakefile
=
../../etc/
w
makeFiles/scotch/Makefile.inc.i686_pc_linux2.shlib-OpenFOAM
scotchMakefile
=
../../etc/makeFiles/scotch/Makefile.inc.i686_pc_linux2.shlib-OpenFOAM
if
[
-f
$SCOTCH_ARCH_PATH
/include/scotch.h
\
-a
-r
$FOAM_EXT_LIBBIN
/libscotch.so
\
...
...
etc/
w
makeFiles/libccmio/files
→
etc/makeFiles/libccmio/files
View file @
bc7fb088
/* NOTE: make any changes to this file in etc/
w
makeFiles/ */
/* NOTE: make any changes to this file in etc/makeFiles/ */
libadf/ADF_interface.c
libadf/ADF_internals.c
...
...
etc/makeFiles/libccmio/options
0 → 100644
View file @
bc7fb088
/* NOTE: make any changes to this file in etc/makeFiles/ */
/* EXE_INC = */
etc/
w
makeFiles/scotch/Makefile.inc.i686_pc_linux2.shlib-OpenFOAM
→
etc/makeFiles/scotch/Makefile.inc.i686_pc_linux2.shlib-OpenFOAM
View file @
bc7fb088
File moved
etc/tools/ThirdPartyFunctions
View file @
bc7fb088
...
...
@@ -417,7 +417,7 @@ downloadFile()
#
# Copy Make/{files,options} from etc/
w
makeFiles/PACKAGE
# Copy Make/{files,options} from etc/makeFiles/PACKAGE
#
# $1 = PACKAGE
# $2 = TARGET DIRECTORY (optional)
...
...
@@ -432,7 +432,7 @@ cpMakeFiles()
local
dst
=
"
${
2
:-
.
}
"
echo
"cpMakeFiles"
$pkg
$dst
wmakeFiles
=
$WM_THIRD_PARTY_DIR
/etc/
w
makeFiles/
$pkg
wmakeFiles
=
$WM_THIRD_PARTY_DIR
/etc/makeFiles/
$pkg
for
i
in
$(
cd
$wmakeFiles
&&
find
.
-type
f
)
do
...
...
etc/wmakeFiles/libccmio/options
deleted
100644 → 0
View file @
0c7fa1cc
/* NOTE: make any changes to this file in etc/wmakeFiles/ */
/* EXE_INC = */
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment