Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Brad King
CMake
Commits
10f20652
Commit
10f20652
authored
Jul 23, 2015
by
Brad King
Browse files
Utilities/Release: Drop IBM AIX release scripts
We no longer produce binaries for AIX.
parent
e76a950c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Utilities/Release/create-cmake-release.cmake
View file @
10f20652
...
...
@@ -11,7 +11,6 @@ set(RELEASE_SCRIPTS_BATCH_1
dashmacmini5_release.cmake
# Mac Darwin64 universal x86_64;i386
magrathea_release.cmake
# Linux
linux64_release.cmake
# Linux x86_64
ibm_aix_release.cmake
# AIX
)
set
(
RELEASE_SCRIPTS_BATCH_2
...
...
Utilities/Release/ibm_aix_release.cmake
deleted
100644 → 0
View file @
e76a950c
set
(
CMAKE_RELEASE_DIRECTORY
"/bench1/noibm34/CMakeReleaseDirectory"
)
set
(
PROCESSORS 64
)
set
(
HOST
"ibm-backend"
)
set
(
SCRIPT_NAME aix
)
set
(
MAKE_PROGRAM
"make"
)
set
(
CC
"xlc_r"
)
set
(
CXX
"xlC_r"
)
set
(
FC
"xlf"
)
set
(
LDFLAGS
"-Wl,-bmaxdata:0x80000000"
)
# Push "Segmentation fault in extend_brk" over horizon
set
(
INITIAL_CACHE
"
CMAKE_BUILD_TYPE:STRING=Release
CMAKE_SKIP_BOOTSTRAP_TEST:STRING=TRUE
"
)
get_filename_component
(
path
"
${
CMAKE_CURRENT_LIST_FILE
}
"
PATH
)
include
(
${
path
}
/release_cmake.cmake
)
Brad King
@brad.king
Mentioned in commit
0679c73b
·
Nov 04, 2016
Mentioned in commit
0679c73b
Mentioned in commit 0679c73b6ebcf2b336c1f69d93d6539b27ccaaff
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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