mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-25 17:57:02 +00:00
remove-yacc
This commit is contained in:
+2
-3
@@ -23,7 +23,7 @@
|
|||||||
# This script builds IfcOpenShell and its dependencies #
|
# This script builds IfcOpenShell and its dependencies #
|
||||||
# #
|
# #
|
||||||
# Prerequisites for this script to function correctly: #
|
# Prerequisites for this script to function correctly: #
|
||||||
# * cmake * git * bzip2 * tar * c(++) compilers * yacc * autoconf #
|
# * cmake * git * bzip2 * tar * c(++) compilers * autoconf #
|
||||||
# #
|
# #
|
||||||
# if building with USE_OCCT additionally: #
|
# if building with USE_OCCT additionally: #
|
||||||
# * freetype * glx.h #
|
# * freetype * glx.h #
|
||||||
@@ -97,7 +97,6 @@ cc = "cc"
|
|||||||
cplusplus = "c++"
|
cplusplus = "c++"
|
||||||
autoconf = "autoconf"
|
autoconf = "autoconf"
|
||||||
automake = "automake"
|
automake = "automake"
|
||||||
yacc = "yacc"
|
|
||||||
make = "make"
|
make = "make"
|
||||||
date = "date"
|
date = "date"
|
||||||
curl = "curl"
|
curl = "curl"
|
||||||
@@ -220,7 +219,7 @@ print("Building:", *sorted(targets, key=lambda t: len(list(v(t)))))
|
|||||||
|
|
||||||
# Check that required tools are in PATH
|
# Check that required tools are in PATH
|
||||||
|
|
||||||
for cmd in [git, bunzip2, tar, cc, cplusplus, autoconf, automake, yacc, make, "patch", "cmake"]:
|
for cmd in [git, bunzip2, tar, cc, cplusplus, autoconf, automake, make, "patch", "cmake"]:
|
||||||
if which(cmd) is None:
|
if which(cmd) is None:
|
||||||
raise ValueError(f"Required tool '{cmd}' not installed or not added to PATH")
|
raise ValueError(f"Required tool '{cmd}' not installed or not added to PATH")
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user