Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
SWIFTsim
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor 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
SWIFT
SWIFTsim
Commits
556d1783
Commit
556d1783
authored
7 years ago
by
Matthieu Schaller
Browse files
Options
Downloads
Patches
Plain Diff
Updated the installation instructions to explain how to compile on OSX.
parent
29bc082b
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!442
Support for OSX
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
INSTALL.swift
+4
-2
4 additions, 2 deletions
INSTALL.swift
with
4 additions
and
2 deletions
INSTALL.swift
+
4
−
2
View file @
556d1783
...
@@ -78,9 +78,11 @@ also be switched off for benchmarking purposes. To do so, you can use:
...
@@ -78,9 +78,11 @@ also be switched off for benchmarking purposes. To do so, you can use:
Please
note
that
to
build
SWIFT
on
MacOS
,
you
will
need
to
configure
Please
note
that
to
build
SWIFT
on
MacOS
,
you
will
need
to
configure
using
using
./
configure
--
disable
-
vec
--
disable
-
compiler
-
warnings
./
configure
--
disable
-
compiler
-
warnings
due
to
the
incorrect
behaviour
of
the
LLVM
compiler
on
this
platform
that
raises
warnings
when
the
pthread
flags
are
passed
to
the
linker
.
due
to
some
features
not
being
available
on
the
Mac
platform
.
Dependencies
Dependencies
...
...
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