Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
CMake
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
André Pedro
CMake
Commits
10f20652
Commit
10f20652
authored
9 years ago
by
Brad King
Browse files
Options
Downloads
Patches
Plain Diff
Utilities/Release: Drop IBM AIX release scripts
We no longer produce binaries for AIX.
parent
e76a950c
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Utilities/Release/create-cmake-release.cmake
+0
-1
0 additions, 1 deletion
Utilities/Release/create-cmake-release.cmake
Utilities/Release/ibm_aix_release.cmake
+0
-15
0 additions, 15 deletions
Utilities/Release/ibm_aix_release.cmake
with
0 additions
and
16 deletions
Utilities/Release/create-cmake-release.cmake
+
0
−
1
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
...
...
This diff is collapsed.
Click to expand it.
Utilities/Release/ibm_aix_release.cmake
deleted
100644 → 0
+
0
−
15
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
)
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment