Skip to content
GitLab
Explore
Sign in
Register
This is an archived project. Repository and other project resources are read-only.
Changes
Page history
update notes for apple file-system
authored
Jan 12, 2022
by
Mark OLESEN
Hide whitespace changes
Inline
Side-by-side
building.md
View page @
78558982
...
@@ -54,9 +54,12 @@ latest (development version) of easybuild.
...
@@ -54,9 +54,12 @@ latest (development version) of easybuild.
The support for Darwin is complete, but less well tested than Linux.
The support for Darwin is complete, but less well tested than Linux.
-
The Darwin build (and operation) requires a
**case-sensitive file system**
,
-
Compilation uses the _system_
**clang**
compiler.
which is often created as a disk image and mounted (for older systems).
-
The Darwin build (and operation) requires a
**
*
case-sensitive file
-
Compilation uses the system clang compiler.
system
**
*
.
<br/>
_(For older systems, this can be created as a disk image and mounted_)
!
[
case-sensitive file-system
](
images/apple-APFS-screenshot.png
)
### Known issues
### Known issues
...
@@ -69,8 +72,8 @@ CGAL
...
@@ -69,8 +72,8 @@ CGAL
cd $WM_THIRD_PARTY_DIR
cd $WM_THIRD_PARTY_DIR
./makeCGAL gmp-none mpfr-none
./makeCGAL gmp-none mpfr-none
```
```
The
`wmake/rules/darwin64Clang/
CGAL
`
file
has been adjusted
to
The
`wmake/rules/darwin64Clang/
cgal
`
file
avoids references
to
eliminate references to
gmp/mpfr libraries.
gmp/mpfr libraries.
##  Windows (cross-compiled)
##  Windows (cross-compiled)
...
...