Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
T
TRACY3
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
PA
Optics
TRACY3
Commits
ac9f4ad8
Commit
ac9f4ad8
authored
13 years ago
by
zhang
Browse files
Options
Downloads
Patches
Plain Diff
replaced by configure.ac
parent
0cb938fd
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
tracy/configure.in
+0
-34
0 additions, 34 deletions
tracy/configure.in
tracy/configure.ref
+0
-29
0 additions, 29 deletions
tracy/configure.ref
with
0 additions
and
63 deletions
tracy/configure.in
deleted
100755 → 0
+
0
−
34
View file @
0cb938fd
# Process this file with autoconf to produce a configure script.
AC_INIT(tracy/src/t2elem.cc)
AC_CONFIG_AUX_DIR(config)
AM_INIT_AUTOMAKE(Tracy, 3.5)
AM_CONFIG_HEADER(config.h)
# Checks for programs.
AC_PROG_AWK
# Check for compiler in this order
# icc is on the Cluster
# gcc otherwise MAC, Linux
AC_PROG_CC([icc gcc])
AM_PROG_CC_STDC
AC_PROG_INSTALL
AC_PROG_LN_S
AC_PROG_CPP
AC_PROG_RANLIB
AC_PROG_CXX(gcc)
AM_PROG_CC_C_O
AC_PROG_F77(gfortran)
# Checks for libraries.
# Checks for header files.
AC_CHECK_HEADERS([stdlib.h string.h])
# Checks for typedefs, structures, and compiler characteristics.
AC_C_CONST
AC_C_INLINE
AC_TYPE_SIZE_T
# Checks for library functions.
AC_OUTPUT(Makefile
TPSA/Makefile
tracy/Makefile tracy/src/Makefile tools/Makefile)
This diff is collapsed.
Click to expand it.
tracy/configure.ref
deleted
100755 → 0
+
0
−
29
View file @
0cb938fd
# Process this file with autoconf to produce a configure script.
AC_INIT(tracy/src/t2elem.cc)
AC_CONFIG_AUX_DIR(config)
AM_INIT_AUTOMAKE(Tracy, 3.5)
AM_CONFIG_HEADER(config.h)
# Checks for programs.
AC_PROG_AWK
AC_PROG_CC
AM_PROG_CC_STDC
AC_PROG_INSTALL
AC_PROG_LN_S
AC_PROG_CPP
AC_PROG_RANLIB
AC_PROG_CXX(gjb)
AC_PROG_F77(g77)
# Checks for libraries.
# Checks for header files.
AC_CHECK_HEADERS([stdlib.h string.h])
# Checks for typedefs, structures, and compiler characteristics.
AC_C_CONST
AC_C_INLINE
AC_TYPE_SIZE_T
# Checks for library functions.
AC_OUTPUT(Makefile
tracy/Makefile tracy/src/Makefile)
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment