tmp
This commit is contained in:
parent
1c9e757d63
commit
a455a10150
14
Dockerfile
14
Dockerfile
@ -1,11 +1,11 @@
|
|||||||
# 导入代码库镜像 视包含的代码库多少编译后的镜像可包含部分至全部GCTL代码库内容
|
# 导入代码库镜像 视包含的代码库多少编译后的镜像可包含部分至全部GCTL代码库内容
|
||||||
FROM gctl:2.0.6 AS gctl_library
|
FROM gctl:2.0.9 AS gctl_library
|
||||||
FROM gctl_mesh:2.0 AS gctl_mesh_library
|
FROM gctl_mesh:2.0.9 AS gctl_mesh_library
|
||||||
FROM gctl_optimization:2.0 AS gctl_optimization_library
|
FROM gctl_optimization:2.0.9 AS gctl_optimization_library
|
||||||
FROM gctl_ai:2.0 AS gctl_ai_library
|
FROM gctl_ai:2.0.9 AS gctl_ai_library
|
||||||
FROM gctl_potential:2.0 AS gctl_potential_library
|
FROM gctl_potential:2.0.9 AS gctl_potential_library
|
||||||
FROM gctl_seismic:2.0 AS gctl_seismic_library
|
FROM gctl_seismic:2.0.9 AS gctl_seismic_library
|
||||||
FROM gctl_elecmag:2.0 AS gctl_elecmag_library
|
FROM gctl_elecmag:2.0.9 AS gctl_elecmag_library
|
||||||
# 编译平台
|
# 编译平台
|
||||||
FROM ubuntu:20.04 AS builder
|
FROM ubuntu:20.04 AS builder
|
||||||
# 从代码库镜像中复制库文件和头文件
|
# 从代码库镜像中复制库文件和头文件
|
||||||
|
@ -29,7 +29,6 @@
|
|||||||
#define GCTL_DSVIEWER_H
|
#define GCTL_DSVIEWER_H
|
||||||
|
|
||||||
#include <regex>
|
#include <regex>
|
||||||
#include "gctl/core/vector_wrapper.h"
|
|
||||||
#include "gctl/io.h"
|
#include "gctl/io.h"
|
||||||
|
|
||||||
using namespace gctl;
|
using namespace gctl;
|
||||||
|
@ -38,7 +38,6 @@
|
|||||||
#include "vector"
|
#include "vector"
|
||||||
#include "map"
|
#include "map"
|
||||||
|
|
||||||
#include "gctl/core/vector_wrapper.h"
|
|
||||||
#include "gctl/io.h"
|
#include "gctl/io.h"
|
||||||
#include "gctl/utility.h"
|
#include "gctl/utility.h"
|
||||||
|
|
||||||
|
@ -25,7 +25,6 @@
|
|||||||
* Also add information on how to contact you by electronic and paper mail.
|
* Also add information on how to contact you by electronic and paper mail.
|
||||||
******************************************************/
|
******************************************************/
|
||||||
|
|
||||||
#include "gctl/core/vector_wrapper.h"
|
|
||||||
#include "gctl/io.h"
|
#include "gctl/io.h"
|
||||||
#include "gctl/utility.h"
|
#include "gctl/utility.h"
|
||||||
|
|
||||||
|
@ -25,7 +25,6 @@
|
|||||||
* Also add information on how to contact you by electronic and paper mail.
|
* Also add information on how to contact you by electronic and paper mail.
|
||||||
******************************************************/
|
******************************************************/
|
||||||
|
|
||||||
#include "gctl/core/vector_wrapper.h"
|
|
||||||
#include "gctl/io.h"
|
#include "gctl/io.h"
|
||||||
#include "gctl/utility.h"
|
#include "gctl/utility.h"
|
||||||
|
|
||||||
|
@ -25,7 +25,6 @@
|
|||||||
* Also add information on how to contact you by electronic and paper mail.
|
* Also add information on how to contact you by electronic and paper mail.
|
||||||
******************************************************/
|
******************************************************/
|
||||||
|
|
||||||
#include "gctl/core/vector_wrapper.h"
|
|
||||||
#include "gctl/io.h"
|
#include "gctl/io.h"
|
||||||
#include "gctl/utility.h"
|
#include "gctl/utility.h"
|
||||||
|
|
||||||
|
@ -25,7 +25,6 @@
|
|||||||
* Also add information on how to contact you by electronic and paper mail.
|
* Also add information on how to contact you by electronic and paper mail.
|
||||||
******************************************************/
|
******************************************************/
|
||||||
|
|
||||||
#include "gctl/core/vector_wrapper.h"
|
|
||||||
#include "gctl/io.h"
|
#include "gctl/io.h"
|
||||||
#include "gctl/utility.h"
|
#include "gctl/utility.h"
|
||||||
|
|
||||||
|
@ -25,7 +25,6 @@
|
|||||||
* Also add information on how to contact you by electronic and paper mail.
|
* Also add information on how to contact you by electronic and paper mail.
|
||||||
******************************************************/
|
******************************************************/
|
||||||
|
|
||||||
#include "gctl/core/vector_wrapper.h"
|
|
||||||
#include "gctl/io.h"
|
#include "gctl/io.h"
|
||||||
#include "gctl/utility.h"
|
#include "gctl/utility.h"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user