aboutsummaryrefslogtreecommitdiff
path: root/clp-example.prj
diff options
context:
space:
mode:
authorJeffrey Armstrong <jeffrey.armstrong@approximatrix.com>2020-10-13 11:35:15 -0400
committerJeffrey Armstrong <jeffrey.armstrong@approximatrix.com>2020-10-13 11:35:15 -0400
commite7e59648f11bc918fbb6664eef5e0c472141a890 (patch)
tree5eeea9bfffe5daf62bfb34e7f9d046fa9c627022 /clp-example.prj
parent8bcc342eb757f7d5c6930b0adc13983e74efee78 (diff)
downloadclp_fortran-e7e59648f11bc918fbb6664eef5e0c472141a890.tar.gz
clp_fortran-e7e59648f11bc918fbb6664eef5e0c472141a890.zip
Added Simply Fortran projects. Added makefile for building Clp on MinGW64.
Diffstat (limited to 'clp-example.prj')
-rw-r--r--clp-example.prj76
1 files changed, 76 insertions, 0 deletions
diff --git a/clp-example.prj b/clp-example.prj
new file mode 100644
index 0000000..9497bd2
--- /dev/null
+++ b/clp-example.prj
@@ -0,0 +1,76 @@
+{
+ "Root":{
+ "Folders":[{
+ "Folders":[],
+ "Name":"+deps",
+ "Files":[{
+ "filename":".\\libClpFortran.prj",
+ "enabled":"1"
+ }]
+ },{
+ "Folders":[],
+ "Name":"+src",
+ "Files":[{
+ "filename":".\\src\\main.f90",
+ "enabled":"1"
+ }]
+ }],
+ "Name":"+clp-example (example.exe)",
+ "Files":[]
+ },
+ "Name":"clp-example (example.exe)",
+ "Options":{
+ "Compiler Options":{
+ "Fortran Flags":"",
+ "Link Flags":"-lClpSolver -lClp -lCoinUtils -lstdc++",
+ "C Flags":""
+ },
+ "Architecture":1,
+ "Type":0,
+ "Revision":2,
+ "Windows GUI":0,
+ "File Options":{
+ "Library Directories":["Default Add-On Directory","./clp-bin/lib"],
+ "Build Directory":"example\\build",
+ "Module Directory":"example\\modules",
+ "Include Directories":["Default Add-On Include Directory","modules"]
+ },
+ "Target":"example.exe",
+ "Fortran Options":{
+ "Use C Preprocessor":"false",
+ "Runtime Diagnostics":"false",
+ "Cray Pointers":"false",
+ "Enable Coarrays":"false",
+ "Enable OpenMP":"false",
+ "Initialize Variables to Zero":"false",
+ "Default Double for Real":"false"
+ },
+ "Code Generation Options":{
+ "CPU Specific":"false",
+ "Processor":"generic",
+ "Aggressive Loops":"false",
+ "Debugging":"true",
+ "Optimization Mode":0,
+ "Floating Point Trap":"false",
+ "Profiling":"false"
+ },
+ "Build Dependencies":1,
+ "Launch Options":{
+ "Working Directory":"",
+ "Launch Using MPI":"false",
+ "Keep Console":"true",
+ "External Console":"false",
+ "Command Line Arguments":"",
+ "Build Before Launch":"true"
+ },
+ "Build Options":{
+ "Makefile":"Makefile.example",
+ "Auto Makefile":"true"
+ },
+ "Linker Options":{
+ "Static Linking Mode":7,
+ "Link MPI Library":"false",
+ "Link LAPACK":0
+ }
+ }
+} \ No newline at end of file