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
6490200d
Commit
6490200d
authored
Dec 03, 2019
by
Alain Filhol
Committed by
Remi Perenon
Jan 21, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
The binary was not moved to the right directory
git-svn-id:
https://forge.ill.fr/svn/crysfml@1936
parent
577d70ca
Pipeline
#6760
failed with stage
in 9 minutes and 55 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
1 deletion
+19
-1
Program_Examples/BondStr/FormalCharges/make_formalcharges_mac.sh
..._Examples/BondStr/FormalCharges/make_formalcharges_mac.sh
+19
-1
No files found.
Program_Examples/BondStr/FormalCharges/make_formalcharges_mac.sh
View file @
6490200d
#!/bin/sh
# Script to compile the Program: formal_charges
# Compilation script for Program: formal_charges
# Author: Javier Gonzalez-Platas
# Date: August-2015
# OS X version : A. Filhol Dec 2019
#----------------------------------
COMP
=
""
ARCH
=
"m64"
DEBUG
=
"N"
#
# Checking CrySFML Environment Variable
if
[
a
$1
=
a
]
then
cat
<<
!
...
...
@@ -30,6 +38,7 @@ then
fi
fi
fi
DEBUG
=
nodeb
if
[
$#
-eq
2
]
then
...
...
@@ -116,7 +125,16 @@ in
esac
#
# Compilation Process
echo
" ########################################################"
echo
" #### Formal_Charges Program (1.0) ####"
echo
" #### JRC - MCC - MR -JR CopyLeft-2015 ####"
echo
" ########################################################"
VERS
=
"MacOS"
if
[
$ARCH
==
"m64"
]
;
then
DIRN
=
"64"
VERS
=
"MacOS64"
fi
$COMP
$OPT1
-fbounds-check
Formal_Charges.f90
$INC
case
$COMP
in
...
...
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