加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
configure.ac 735 Bytes
一键复制 编辑 原始数据 按行查看 历史
Markus Schordan 提交于 2020-03-10 12:52 . Version 1.0.1
# -*- Autoconf -*-
# Process this file with autoconf to produce a configure script.
AC_PREREQ([2.69])
AC_INIT(typeforge, 1.0.1, vanderbrugge1@llnl.gov)
AC_CONFIG_AUX_DIR(config)
AC_CONFIG_MACRO_DIR([config])
CONFIGURE_ROSE_COMPILER # Must occur before LT_INIT to prevent premature call to AC_PROG_CXX
AC_SUBST(TYPEFORGE_CXXFLAGS, "-Wall -Wno-misleading-indentation -Wunused-variable") # -g -Wall -O3 -march=native -ftree-vectorize -rdynamic
AM_INIT_AUTOMAKE
LT_INIT
AC_CONFIG_SRCDIR([src/typeforge.cpp])
AC_OUTPUT(Makefile include/Typeforge/Makefile include/Typeforge/OpNet/Makefile include/nlohmann/Makefile lib/Makefile lib/OpNet/Makefile src/Makefile tests/Makefile docs/Makefile)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化