File: env.in

package info (click to toggle)
regina-normal 7.4.1-1.1
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 154,244 kB
  • sloc: cpp: 295,026; xml: 9,992; sh: 1,344; python: 1,225; perl: 616; ansic: 138; makefile: 26
file content (17 lines) | stat: -rwxr-xr-x 611 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/bin/sh
#
# Regina - Software for low-dimensional topology
# Administrative utilities
#
# This script is built and run by "make env".
# It displays basic information about the underlying OS, architecture and
# compilers.

echo '-------------------- BUILD ENVIRONMENT --------------------'
echo "C++ compiler:" '@CMAKE_CXX_COMPILER@' '@CMAKE_CXX_COMPILER_VERSION@'
echo "C compiler:" '@CMAKE_C_COMPILER@' '@CMAKE_C_COMPILER_VERSION@'
echo "CMake:" '@CMAKE_VERSION@'
echo "Python:" '@Python_VERSION@'
echo "Doxygen:" '@DOXYGEN_VERSION@'
./arch
echo '-----------------------------------------------------------'