Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
Actor Framework
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
cpp-libs
Actor Framework
Commits
4fc7911a
Commit
4fc7911a
authored
Jul 17, 2018
by
Dominik Charousset
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove obsolete configure script options
parent
6273c1f7
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
32 deletions
+2
-32
configure
configure
+2
-32
No files found.
configure
View file @
4fc7911a
...
@@ -14,19 +14,7 @@ use this configure script to access CMake equivalent functionality.\
...
@@ -14,19 +14,7 @@ use this configure script to access CMake equivalent functionality.\
command
=
"
$0
$*
"
command
=
"
$0
$*
"
dirname_0
=
`
dirname
$0
`
dirname_0
=
`
dirname
$0
`
sourcedir
=
`
cd
$dirname_0
&&
pwd
`
sourcedir
=
`
cd
$dirname_0
&&
pwd
`
benchmark_suite_options
=
""
if
[
-d
"
$sourcedir
/benchmarks/caf"
]
;
then
benchmark_suite_options
=
"
\
Benchmark Suite Options:
--with-javac=FILE path to Java compiler
--with-java=FILE path to Java Runtime
--with-scalac=FILE path to Scala compiler
--with-erlc=FILE path to Erlang compiler
--with-charmc=FILE path to Charm++ compiler
--with-salsa=FILE path to SALSA Lite jar
"
fi
usage
=
"
\
usage
=
"
\
Usage:
$0
[OPTION]... [VAR=VALUE]...
Usage:
$0
[OPTION]... [VAR=VALUE]...
...
@@ -105,7 +93,7 @@ Usage: $0 [OPTION]... [VAR=VALUE]...
...
@@ -105,7 +93,7 @@ Usage: $0 [OPTION]... [VAR=VALUE]...
- iphoneos: for iOS device
- iphoneos: for iOS device
- iphonesimulator: for iOS simulator
- iphonesimulator: for iOS simulator
--ios-min-ver=VERSION set the ios deployment target version
--ios-min-ver=VERSION set the ios deployment target version
$benchmark_suite_options
"
"
# Appends a CMake cache entry definition to the CMakeCacheEntries variable.
# Appends a CMake cache entry definition to the CMakeCacheEntries variable.
...
@@ -367,24 +355,6 @@ while [ $# -ne 0 ]; do
...
@@ -367,24 +355,6 @@ while [ $# -ne 0 ]; do
--static-runtime
)
--static-runtime
)
append_cache_entry CAF_BUILD_STATIC_RUNTIME BOOL
yes
append_cache_entry CAF_BUILD_STATIC_RUNTIME BOOL
yes
;;
;;
--with-javac
=
*
)
append_cache_entry CAF_JAVA_COMPILER FILEPATH
"
$optarg
"
;;
--with-java
=
*
)
append_cache_entry CAF_JAVA_BIN FILEPATH
"
$optarg
"
;;
--with-scalac
=
*
)
append_cache_entry CAF_SCALA_COMPILER FILEPATH
"
$optarg
"
;;
--with-erlc
=
*
)
append_cache_entry CAF_ERLANG_COMPILER FILEPATH
"
$optarg
"
;;
--with-charmc
=
*
)
append_cache_entry CAF_CHARM_COMPILER FILEPATH
"
$optarg
"
;;
--with-salsa
=
*
)
append_cache_entry CAF_SALSA_JAR FILEPATH
"
$optarg
"
;;
--with-python-config
=
*
)
--with-python-config
=
*
)
append_cache_entry CAF_PYTHON_CONFIG_BIN FILEPATH
"
$optarg
"
append_cache_entry CAF_PYTHON_CONFIG_BIN FILEPATH
"
$optarg
"
;;
;;
...
...
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