Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
CrysFML
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
4
Issues
4
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Packages & Registries
Packages & Registries
Container Registry
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
Scientific Software
CrysFML
Commits
94cf0665
Commit
94cf0665
authored
Sep 29, 2020
by
Remi Perenon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Compiling Fortran 2008 with gfortran-9 on macOS
parent
860c1d7f
Pipeline
#8823
passed with stages
in 18 minutes and 9 seconds
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
10 additions
and
10 deletions
+10
-10
.gitlab-ci.yml
.gitlab-ci.yml
+1
-1
BuildServer/Unix/build.sh
BuildServer/Unix/build.sh
+4
-4
BuildServer/Unix/build_F2008.sh
BuildServer/Unix/build_F2008.sh
+4
-4
BuildServer/Unix/build_release.sh
BuildServer/Unix/build_release.sh
+1
-1
No files found.
.gitlab-ci.yml
View file @
94cf0665
...
...
@@ -99,7 +99,7 @@ make:macos_ifort:
make:macos_gfortran_F2008:
stage
:
make
script
:
-
BuildServer/Unix/build_F2008.sh gfortran
-
BuildServer/Unix/build_F2008.sh
/usr/local/Cellar/gcc/9.3.0_1/bin/
gfortran
tags
:
-
sci
-
osx-10.13
...
...
BuildServer/Unix/build.sh
View file @
94cf0665
compiler
=
$1
echo
"Building CrysFML with
${
compiler
##
/*
}
"
echo
"Building CrysFML with
${
compiler
##
*/
}
"
rm
-Rf
build_
${
compiler
##
/*
}
mkdir
build_
${
compiler
##
/*
}
cd
build_
${
compiler
##
/*
}
rm
-Rf
build_
${
compiler
##
*/
}
mkdir
build_
${
compiler
##
*/
}
cd
build_
${
compiler
##
*/
}
cmake
-D
ARCH32
=
OFF
-D
CMAKE_BUILD_TYPE
=
Debug
-D
CMAKE_Fortran_COMPILER
=
${
compiler
}
-D
USE_HDF
=
ON
-D
HDF5_INCLUDE_PATH
=
${
HDF5_INCLUDE_PATH
}
-D
HDF5_LIBRARY_PATH
=
${
HDF5_LIBRARY_PATH
}
..
cmake
--build
.
&&
ctest
\ No newline at end of file
BuildServer/Unix/build_F2008.sh
View file @
94cf0665
compiler
=
$1
echo
"Building CrysFML08 with
${
compiler
##
/*
}
"
echo
"Building CrysFML08 with
${
compiler
##
*/
}
"
rm
-Rf
build_
${
compiler
##
/*
}
_F2008
mkdir
build_
${
compiler
##
/*
}
_F2008
cd
build_
${
compiler
##
/*
}
_F2008
rm
-Rf
build_
${
compiler
##
*/
}
_F2008
mkdir
build_
${
compiler
##
*/
}
_F2008
cd
build_
${
compiler
##
*/
}
_F2008
cmake
-D
CRYSFML08
=
ON
-D
ARCH32
=
OFF
-D
PROG_EX
=
OFF
-D
CMAKE_BUILD_TYPE
=
Debug
-D
CMAKE_Fortran_COMPILER
=
${
compiler
}
..
cmake
--build
.
\ No newline at end of file
BuildServer/Unix/build_release.sh
View file @
94cf0665
compiler
=
$1
echo
"Building CrysFML with
${
compiler
##/*
}
"
echo
"Building CrysFML with
${
compiler
*##/
}
"
rm
-Rf
build_release
mkdir
build_release
...
...
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