1
1
#___INFO__MARK_BEGIN_NEW__
2
2
###########################################################################
3
- #
3
+ #
4
4
# Copyright 2023-2024 HPC-Gridware GmbH
5
- #
5
+ #
6
6
# Licensed under the Apache License, Version 2.0 (the "License");
7
7
# you may not use this file except in compliance with the License.
8
8
# You may obtain a copy of the License at
9
- #
9
+ #
10
10
# http://www.apache.org/licenses/LICENSE-2.0
11
- #
11
+ #
12
12
# Unless required by applicable law or agreed to in writing, software
13
13
# distributed under the License is distributed on an "AS IS" BASIS,
14
14
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15
15
# See the License for the specific language governing permissions and
16
16
# limitations under the License.
17
- #
17
+ #
18
18
###########################################################################
19
19
#___INFO__MARK_END_NEW__
20
20
@@ -215,6 +215,7 @@ function(architecture_specific_settings)
215
215
message (STATUS "We are on Solaris: ${SGE_ARCH} " )
216
216
# @todo CS-983 Processor set binding on Solaris is broken
217
217
# add_compile_definitions(SOLARIS BINDING_SOLARIS GETHOSTBYNAME_R5 GETHOSTBYADDR_R7 SPOOLING_dynamic __SGE_COMPILE_WITH_GETTEXT__)
218
+ add_compile_definitions (__EXTENSIONS__)
218
219
add_compile_definitions (SOLARIS GETHOSTBYNAME_R5 GETHOSTBYADDR_R7 SPOOLING_dynamic __SGE_COMPILE_WITH_GETTEXT__)
219
220
add_compile_options (-fPIC)
220
221
set (WITH_JEMALLOC OFF PARENT_SCOPE)
@@ -224,7 +225,6 @@ function(architecture_specific_settings)
224
225
225
226
set (JNI_ARCH "solaris" PARENT_SCOPE)
226
227
if (SGE_ARCH STREQUAL "osol-amd64" )
227
- add_compile_definitions (__EXTENSIONS__)
228
228
set (NSL_LIB socket nsl PARENT_SCOPE)
229
229
endif ()
230
230
elseif (SGE_ARCH MATCHES "darwin-arm64" )
0 commit comments