Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
VILLASnode
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
14
Issues
14
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
0
Merge Requests
0
Requirements
Requirements
List
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Code Review
Insights
Issue
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
ACS
P
Public
VILLASframework
VILLASnode
Commits
88d5e6ea
Commit
88d5e6ea
authored
Nov 12, 2020
by
Steffen Vogel
🎅🏼
Committed by
Steffen Vogel
Dec 07, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update some dependencies and add fixes for alpine builds
parent
ace99424
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
14 deletions
+18
-14
packaging/deps.sh
packaging/deps.sh
+18
-14
No files found.
packaging/deps.sh
View file @
88d5e6ea
...
...
@@ -28,7 +28,8 @@ pushd ${DIR}
# Build & Install Criterion
if
!
pkg-config
"criterion >= 2.3.1"
&&
\
[
"
${
ARCH
}
"
==
"x86_64"
]
;
then
[
"
${
ARCH
}
"
==
"x86_64"
]
&&
\
[
-z
"
${
SKIP_CRITERION
}
"
]
;
then
git clone
--recursive
https://github.com/Snaipe/Criterion
mkdir
-p
Criterion/build
pushd
Criterion/build
...
...
@@ -41,18 +42,20 @@ if ! pkg-config "criterion >= 2.3.1" && \
fi
# Build & Install EtherLab
hg clone
--branch
stable-1.5 http://hg.code.sf.net/p/etherlabmaster/code etherlab
pushd
etherlab
./bootstrap
./configure
--enable-userlib
=
yes
--enable-kernel
=
no
${
CONFIGURE_OPTS
}
if
[
-z
"
${
PACKAGE
}
"
]
;
then
make
-j
$(
nproc
)
install
else
wget https://etherlab.org/download/ethercat/ethercat-1.5.2.tar.bz2
cp
ethercat-1.5.2.tar.bz2 ~/rpmbuild/SOURCES
rpmbuild
-ba
ethercat.spec
if
[
-z
"
${
SKIP_CRITERION
}
"
]
;
then
hg clone
--branch
stable-1.5 http://hg.code.sf.net/p/etherlabmaster/code etherlab
pushd
etherlab
./bootstrap
./configure
--enable-userlib
=
yes
--enable-kernel
=
no
${
CONFIGURE_OPTS
}
if
[
-z
"
${
PACKAGE
}
"
]
;
then
make
-j
$(
nproc
)
install
else
wget https://etherlab.org/download/ethercat/ethercat-1.5.2.tar.bz2
cp
ethercat-1.5.2.tar.bz2 ~/rpmbuild/SOURCES
rpmbuild
-ba
ethercat.spec
fi
popd
fi
popd
# Build & Install Fmtlib
if
!
pkg-config
"fmt >= 6.1.2"
;
then
...
...
@@ -87,7 +90,7 @@ if ! pkg-config "libiec61850 >= 1.3.1"; then
git clone https://github.com/mz-automation/libiec61850
mkdir
-p
libiec61850/build
pushd
libiec61850/build
git checkout v1.
3.1
git checkout v1.
4
cmake
${
CMAKE_OPTS
}
..
make
-j
$(
nproc
)
${
TARGET
}
if
[
-n
"
${
PACKAGE
}
"
]
;
then
...
...
@@ -144,7 +147,8 @@ if ! pkg-config "comedilib >= 0.11.0"; then
fi
# Build & Install libre
if
!
pkg-config
"libre >= 0.5.6"
;
then
if
!
pkg-config
"libre >= 0.5.6"
&&
\
[
-z
"
${
SKIP_LIBRE
}
"
]
;
then
git clone https://github.com/creytiv/re.git
pushd
re
git checkout v0.6.1
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment