Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

libraries/muParser: Update for 2.3.4 #8478

Closed
wants to merge 1 commit into from

Conversation

isaackwy
Copy link
Contributor

@isaackwy isaackwy commented Oct 23, 2024

I am not currently the maintainer of muParser.
However, I am making this update because lxqt-runner depends on muParser.

I had emailed Fellype 3 days ago - however, I have not received a response just yet.

I have also made a few additional changes:

  1. Do not install the docs folder to /usr/doc/muParser-2.3.4
  2. Fix the homepage

Copy link

reverse dependencies - libraries/muParser

  • academic/scidavis
  • gis/OTB
  • gis/OTB-legacy
  • graphics/librecad
  • graphics/meshlab

Copy link

✅ sbolint - libraries/muParser ✅

muParser: NOTE: muParser.SlackBuild:64: LIBDIRSUFFIX gets set, but never used.
sbolint: muParser checks out OK

@willysr
Copy link
Member

willysr commented Oct 24, 2024

@sbo-bot: build libraries/muParser

Copy link

sbo-bot bot commented Oct 24, 2024

buildpkg i586 libraries/muParser

Creating hintfile directory: /etc/repo/SBo/hintfiles
Checking whether git is clean ... yes.
Indexing SlackBuilds ... done.
git repo: /var/lib/repo/SBo/slackbuilds
branch:   HEAD
date:     Wed Oct 23 20:29:05 GMT 2024
revision: 512e65e7bb013d0fb92e5e7775e08b10cb934c11
title:    Merge ef8210ef4a61efc2d6d440040aaa8408f847a6a7 into 42d67aabbf32205f02141613c08f6306e84acc3a

================================================================================
libraries/muParser                                                      03:40:28
================================================================================

Calculating dependencies ... none.

Building libraries/muParser (update for version 2.3.4) ---------------- 03:40:28
Testing SlackBuild files ... done.
Downloading source files ...
Verifying source files ... done.
Running muParser.SlackBuild ...                                     ETA 03:41:??
env MAKEFLAGS='-j24 -l13' nice -n 5 bash ./muParser.SlackBuild
Built ok:  muParser-2.3.4-i586-1_SBo.txz                                03:40:35
Testing package muParser-2.3.4-i586-1_SBo.txz ... done.
Test installing muParser-2.3.4-i586-1_SBo.txz ...
muParser-2.3.4-i586-1_SBo: A math parser library ....................... [ 730K]
Unmounting chroot ... done.
Backed up: muParser-2.3.2-i586-1_SBo.txz
✅ libraries/muParser Updated for version 2.3.4 ✅

================================================================================
SUMMARY                                                                 03:40:36
================================================================================

Logfile:     /var/log/repo/SBo/repo_2024-10-24_03:40:27.log
Runtime:     0h 0m 9s
Updated:     1
  libraries/muParser/muParser-2.3.4-i586-1_SBo.txz

Snipped Build Log

Building libraries/muParser (update for version 2.3.4) 2024-10-24 03:40:28
Testing SlackBuild files ... 
Downloading source files ...
Verifying source files ... 
Running muParser.SlackBuild ...                                     ETA 03:41:??
env MAKEFLAGS='-j24 -l13' nice -n 5 bash ./muParser.SlackBuild
muparser-2.3.4/
muparser-2.3.4/.gitattributes
muparser-2.3.4/.gitignore
muparser-2.3.4/.travis.yml
muparser-2.3.4/CHANGELOG
muparser-2.3.4/CMakeLists.txt
muparser-2.3.4/Install.txt
muparser-2.3.4/LICENSE
muparser-2.3.4/README.rst
muparser-2.3.4/appveyor.yml
muparser-2.3.4/docs/
muparser-2.3.4/docs/Doxyfile
muparser-2.3.4/docs/muparser_doc.html
muparser-2.3.4/include/
muparser-2.3.4/include/muParser.h
muparser-2.3.4/include/muParserBase.h
muparser-2.3.4/include/muParserBytecode.h
muparser-2.3.4/include/muParserCallback.h
muparser-2.3.4/include/muParserDLL.h
muparser-2.3.4/include/muParserDef.h
muparser-2.3.4/include/muParserError.h
muparser-2.3.4/include/muParserFixes.h
muparser-2.3.4/include/muParserInt.h
muparser-2.3.4/include/muParserTemplateMagic.h
muparser-2.3.4/include/muParserTest.h
muparser-2.3.4/include/muParserToken.h
muparser-2.3.4/include/muParserTokenReader.h
muparser-2.3.4/lib/
muparser-2.3.4/lib/Readme.txt
muparser-2.3.4/muparser.pc.in
muparser-2.3.4/muparserConfig.cmake.in
muparser-2.3.4/samples/
muparser-2.3.4/samples/example1/
muparser-2.3.4/samples/example1/example1.cpp
muparser-2.3.4/samples/example2/
muparser-2.3.4/samples/example2/Readme.txt
muparser-2.3.4/samples/example2/example2.c
muparser-2.3.4/samples/example3/
muparser-2.3.4/samples/example3/CMakeLists.txt
muparser-2.3.4/samples/example3/README.md
muparser-2.3.4/samples/example3/build.sh
muparser-2.3.4/samples/example3/example3.cpp
muparser-2.3.4/src/
muparser-2.3.4/src/muParser.cpp
muparser-2.3.4/src/muParserBase.cpp
muparser-2.3.4/src/muParserBytecode.cpp
muparser-2.3.4/src/muParserCallback.cpp
muparser-2.3.4/src/muParserDLL.cpp
muparser-2.3.4/src/muParserError.cpp
muparser-2.3.4/src/muParserInt.cpp
muparser-2.3.4/src/muParserTest.cpp
muparser-2.3.4/src/muParserTokenReader.cpp
muparser-2.3.4/test/
muparser-2.3.4/test/t_ParserTest.cpp
-- The C compiler identification is GNU 11.2.0
-- The CXX compiler identification is GNU 11.2.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Found OpenMP_C: -fopenmp (found version "4.5") 
-- Found OpenMP_CXX: -fopenmp (found version "4.5") 
-- Found OpenMP: TRUE (found version "4.5")  
-- Configuring done
-- Generating done
-- Build files have been written to: /tmp/SBo/repo.CSO0wA/build_muParser/muparser-2.3.4/build
[  6%] Building CXX object CMakeFiles/muparser.dir/src/muParserCallback.cpp.o
[ 12%] Building CXX object CMakeFiles/muparser.dir/src/muParserError.cpp.o
[ 18%] Building CXX object CMakeFiles/muparser.dir/src/muParserBytecode.cpp.o
[ 25%] Building CXX object CMakeFiles/muparser.dir/src/muParserBase.cpp.o
[ 31%] Building CXX object CMakeFiles/muparser.dir/src/muParser.cpp.o
[ 43%] Building CXX object CMakeFiles/muparser.dir/src/muParserTest.cpp.o
[ 50%] Building CXX object CMakeFiles/muparser.dir/src/muParserInt.cpp.o
[ 50%] Building CXX object CMakeFiles/muparser.dir/src/muParserDLL.cpp.o
[ 56%] Building CXX object CMakeFiles/muparser.dir/src/muParserTokenReader.cpp.o
[ 62%] Linking CXX shared library libmuparser.so
[ 62%] Built target muparser
[ 68%] Building CXX object CMakeFiles/example1.dir/samples/example1/example1.cpp.o
[ 75%] Building C object CMakeFiles/example2.dir/samples/example2/example2.c.o
[ 81%] Building CXX object CMakeFiles/t_ParserTest.dir/test/t_ParserTest.cpp.o
[ 87%] Linking C executable example2
[ 87%] Built target example2
[ 93%] Linking CXX executable t_ParserTest
[ 93%] Built target t_ParserTest
[100%] Linking CXX executable example1
[100%] Built target example1
Consolidate compiler generated dependencies of target muparser
[ 62%] Built target muparser
Consolidate compiler generated dependencies of target example1
Consolidate compiler generated dependencies of target t_ParserTest
Consolidate compiler generated dependencies of target example2
[ 75%] Built target example2
[100%] Built target example1
[100%] Built target t_ParserTest
Install the project...
-- Install configuration: "Release"
-- Installing: /tmp/SBo/repo.CSO0wA/build_muParser/package-muParser/usr/lib/libmuparser.so.2.3.4
-- Installing: /tmp/SBo/repo.CSO0wA/build_muParser/package-muParser/usr/lib/libmuparser.so.2
-- Installing: /tmp/SBo/repo.CSO0wA/build_muParser/package-muParser/usr/lib/libmuparser.so
-- Installing: /tmp/SBo/repo.CSO0wA/build_muParser/package-muParser/usr/include/muParser.h
-- Installing: /tmp/SBo/repo.CSO0wA/build_muParser/package-muParser/usr/include/muParserBase.h
-- Installing: /tmp/SBo/repo.CSO0wA/build_muParser/package-muParser/usr/include/muParserBytecode.h
-- Installing: /tmp/SBo/repo.CSO0wA/build_muParser/package-muParser/usr/include/muParserCallback.h
-- Installing: /tmp/SBo/repo.CSO0wA/build_muParser/package-muParser/usr/include/muParserDLL.h
-- Installing: /tmp/SBo/repo.CSO0wA/build_muParser/package-muParser/usr/include/muParserDef.h
-- Installing: /tmp/SBo/repo.CSO0wA/build_muParser/package-muParser/usr/include/muParserError.h
-- Installing: /tmp/SBo/repo.CSO0wA/build_muParser/package-muParser/usr/include/muParserFixes.h
-- Installing: /tmp/SBo/repo.CSO0wA/build_muParser/package-muParser/usr/include/muParserInt.h
-- Installing: /tmp/SBo/repo.CSO0wA/build_muParser/package-muParser/usr/include/muParserTemplateMagic.h
-- Installing: /tmp/SBo/repo.CSO0wA/build_muParser/package-muParser/usr/include/muParserTest.h
-- Installing: /tmp/SBo/repo.CSO0wA/build_muParser/package-muParser/usr/include/muParserToken.h
-- Installing: /tmp/SBo/repo.CSO0wA/build_muParser/package-muParser/usr/include/muParserTokenReader.h
-- Installing: /tmp/SBo/repo.CSO0wA/build_muParser/package-muParser/usr/lib/cmake/muparser/muparser-targets.cmake
-- Installing: /tmp/SBo/repo.CSO0wA/build_muParser/package-muParser/usr/lib/cmake/muparser/muparser-targets-release.cmake
-- Installing: /tmp/SBo/repo.CSO0wA/build_muParser/package-muParser/usr/lib/cmake/muparser/muparserConfig.cmake
-- Installing: /tmp/SBo/repo.CSO0wA/build_muParser/package-muParser/usr/lib/cmake/muparser/muparserConfigVersion.cmake
-- Installing: /tmp/SBo/repo.CSO0wA/build_muParser/package-muParser/usr/lib/pkgconfig/muparser.pc

Slackware package maker, version 3.14159265.

Searching for symbolic links:
usr/lib/libmuparser.so	libmuparser.so.2
usr/lib/libmuparser.so.2	libmuparser.so.2.3.4

Making symbolic link creation script:
( cd usr/lib ; rm -rf libmuparser.so )
( cd usr/lib ; ln -sf libmuparser.so.2 libmuparser.so )
( cd usr/lib ; rm -rf libmuparser.so.2 )
( cd usr/lib ; ln -sf libmuparser.so.2.3.4 libmuparser.so.2 )

It is recommended that you make these lines your new installation script.

Would you like to make this stuff the install script for this package
and remove the symbolic links ([y]es, [n]o)? y


Removing symbolic links:
removed './usr/lib/libmuparser.so.2'
removed './usr/lib/libmuparser.so'

Creating your new ./install/doinst.sh...

This next step is optional - you can set the directories in your package
to some sane permissions. If any of the directories in your package have
special permissions, then DO NOT reset them here!

Would you like to reset all directory permissions to 755 (drwxr-xr-x) and
directory ownerships to root.root ([y]es, [n]o)? n


Creating Slackware package:  /tmp/SBo/repo.CSO0wA/output_muParser/muParser-2.3.4-i586-1_SBo.txz

./
install/
install/doinst.sh
install/slack-desc
usr/
usr/doc/
usr/doc/muParser-2.3.4/
usr/doc/muParser-2.3.4/CHANGELOG
usr/doc/muParser-2.3.4/Install.txt
usr/doc/muParser-2.3.4/LICENSE
usr/doc/muParser-2.3.4/muParser.SlackBuild
usr/include/
usr/include/muParser.h
usr/include/muParserBase.h
usr/include/muParserBytecode.h
usr/include/muParserCallback.h
usr/include/muParserDLL.h
usr/include/muParserDef.h
usr/include/muParserError.h
usr/include/muParserFixes.h
usr/include/muParserInt.h
usr/include/muParserTemplateMagic.h
usr/include/muParserTest.h
usr/include/muParserToken.h
usr/include/muParserTokenReader.h
usr/lib/
usr/lib/cmake/
usr/lib/cmake/muparser/
usr/lib/cmake/muparser/muparser-targets-release.cmake
usr/lib/cmake/muparser/muparser-targets.cmake
usr/lib/cmake/muparser/muparserConfig.cmake
usr/lib/cmake/muparser/muparserConfigVersion.cmake
usr/lib/libmuparser.so.2.3.4
usr/lib/pkgconfig/
usr/lib/pkgconfig/muparser.pc

Slackware package /tmp/SBo/repo.CSO0wA/output_muParser/muParser-2.3.4-i586-1_SBo.txz created.

Built ok:  muParser-2.3.4-i586-1_SBo.txz                                03:40:35
Testing package muParser-2.3.4-i586-1_SBo.txz ... 
Test installing muParser-2.3.4-i586-1_SBo.txz ...
muParser-2.3.4-i586-1_SBo: A math parser library ....................... [ 730K]
Unmounting chroot ... 
Backed up: muParser-2.3.2-i586-1_SBo.txz
:-) libraries/muParser Updated for version 2.3.4 (-:

Copy link

sbo-bot bot commented Oct 24, 2024

sbopkglint i586 libraries/muParser

Using tests from /usr/share/sbo-maintainer-tools/sbopkglint.d
Exploding /var/lib/repo/SBo/packages/15.0/i586/libraries/muParser/muParser-2.3.4-i586-1_SBo.txz to /tmp/SBo/sbopkglint.y6qDvY ...OK
Running pre-doinst test...OK
Installing /var/lib/repo/SBo/packages/15.0/i586/libraries/muParser/muParser-2.3.4-i586-1_SBo.txz to /tmp/SBo/sbopkglint.y6qDvY ...OK
Running test: 05-basic-sanity...OK
Running test: 10-docs...OK
Running test: 15-noarch...OK
Running test: 20-arch...OK
Running test: 25-lafiles...OK
Running test: 30-manpages...OK
Running test: 35-desktop...OK
Running test: 40-newconfig...OK
Running test: 45-doinst...OK
Running test: 50-icons...OK
Running test: 60-usr_info...OK
Running test: 65-python...OK
Running test: 70-tmp_path...OK
Running test: 75-static_libs...OK
Running test: 85-perl...OK
Running test: 90-terminfo...OK
✅ === muParser-2.3.4-i586-1_SBo.txz: All tests passed ✅

Copy link

sbo-bot bot commented Oct 24, 2024

buildpkg x86_64 libraries/muParser

Creating hintfile directory: /etc/repo/SBo/hintfiles
Checking whether git is clean ... yes.
Indexing SlackBuilds ... done.
git repo: /var/lib/repo/SBo/slackbuilds
branch:   HEAD
date:     Wed Oct 23 20:29:05 GMT 2024
revision: 512e65e7bb013d0fb92e5e7775e08b10cb934c11
title:    Merge ef8210ef4a61efc2d6d440040aaa8408f847a6a7 into 42d67aabbf32205f02141613c08f6306e84acc3a

================================================================================
libraries/muParser                                                      03:41:41
================================================================================

Calculating dependencies ... none.

Building libraries/muParser (update for version 2.3.4) ---------------- 03:41:41
Testing SlackBuild files ... done.
Downloading source files ...
Verifying source files ... done.
Running muParser.SlackBuild ...                                     ETA 03:42:??
env MAKEFLAGS='-j24 -l13' nice -n 5 bash ./muParser.SlackBuild
Built ok:  muParser-2.3.4-x86_64-1_SBo.txz                              03:41:47
Testing package muParser-2.3.4-x86_64-1_SBo.txz ... done.
Test installing muParser-2.3.4-x86_64-1_SBo.txz ...
muParser-2.3.4-x86_64-1_SBo: A math parser library ..................... [ 680K]
Unmounting chroot ... done.
Backed up: muParser-2.3.2-x86_64-1_SBo.txz
✅ libraries/muParser Updated for version 2.3.4 ✅

================================================================================
SUMMARY                                                                 03:41:48
================================================================================

Logfile:     /var/log/repo/SBo/repo_2024-10-24_03:41:40.log
Runtime:     0h 0m 8s
Updated:     1
  libraries/muParser/muParser-2.3.4-x86_64-1_SBo.txz

Snipped Build Log

Building libraries/muParser (update for version 2.3.4) 2024-10-24 03:41:41
Testing SlackBuild files ... 
Downloading source files ...
Verifying source files ... 
Running muParser.SlackBuild ...                                     ETA 03:42:??
env MAKEFLAGS='-j24 -l13' nice -n 5 bash ./muParser.SlackBuild
muparser-2.3.4/
muparser-2.3.4/.gitattributes
muparser-2.3.4/.gitignore
muparser-2.3.4/.travis.yml
muparser-2.3.4/CHANGELOG
muparser-2.3.4/CMakeLists.txt
muparser-2.3.4/Install.txt
muparser-2.3.4/LICENSE
muparser-2.3.4/README.rst
muparser-2.3.4/appveyor.yml
muparser-2.3.4/docs/
muparser-2.3.4/docs/Doxyfile
muparser-2.3.4/docs/muparser_doc.html
muparser-2.3.4/include/
muparser-2.3.4/include/muParser.h
muparser-2.3.4/include/muParserBase.h
muparser-2.3.4/include/muParserBytecode.h
muparser-2.3.4/include/muParserCallback.h
muparser-2.3.4/include/muParserDLL.h
muparser-2.3.4/include/muParserDef.h
muparser-2.3.4/include/muParserError.h
muparser-2.3.4/include/muParserFixes.h
muparser-2.3.4/include/muParserInt.h
muparser-2.3.4/include/muParserTemplateMagic.h
muparser-2.3.4/include/muParserTest.h
muparser-2.3.4/include/muParserToken.h
muparser-2.3.4/include/muParserTokenReader.h
muparser-2.3.4/lib/
muparser-2.3.4/lib/Readme.txt
muparser-2.3.4/muparser.pc.in
muparser-2.3.4/muparserConfig.cmake.in
muparser-2.3.4/samples/
muparser-2.3.4/samples/example1/
muparser-2.3.4/samples/example1/example1.cpp
muparser-2.3.4/samples/example2/
muparser-2.3.4/samples/example2/Readme.txt
muparser-2.3.4/samples/example2/example2.c
muparser-2.3.4/samples/example3/
muparser-2.3.4/samples/example3/CMakeLists.txt
muparser-2.3.4/samples/example3/README.md
muparser-2.3.4/samples/example3/build.sh
muparser-2.3.4/samples/example3/example3.cpp
muparser-2.3.4/src/
muparser-2.3.4/src/muParser.cpp
muparser-2.3.4/src/muParserBase.cpp
muparser-2.3.4/src/muParserBytecode.cpp
muparser-2.3.4/src/muParserCallback.cpp
muparser-2.3.4/src/muParserDLL.cpp
muparser-2.3.4/src/muParserError.cpp
muparser-2.3.4/src/muParserInt.cpp
muparser-2.3.4/src/muParserTest.cpp
muparser-2.3.4/src/muParserTokenReader.cpp
muparser-2.3.4/test/
muparser-2.3.4/test/t_ParserTest.cpp
-- The C compiler identification is GNU 11.2.0
-- The CXX compiler identification is GNU 11.2.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Found OpenMP_C: -fopenmp (found version "4.5") 
-- Found OpenMP_CXX: -fopenmp (found version "4.5") 
-- Found OpenMP: TRUE (found version "4.5")  
-- Configuring done
-- Generating done
-- Build files have been written to: /tmp/SBo/repo.pa2Rhk/build_muParser/muparser-2.3.4/build
[  6%] Building CXX object CMakeFiles/muparser.dir/src/muParser.cpp.o
[ 18%] Building CXX object CMakeFiles/muparser.dir/src/muParserCallback.cpp.o
[ 18%] Building CXX object CMakeFiles/muparser.dir/src/muParserError.cpp.o
[ 25%] Building CXX object CMakeFiles/muparser.dir/src/muParserBase.cpp.o
[ 31%] Building CXX object CMakeFiles/muparser.dir/src/muParserDLL.cpp.o
[ 37%] Building CXX object CMakeFiles/muparser.dir/src/muParserTest.cpp.o
[ 50%] Building CXX object CMakeFiles/muparser.dir/src/muParserBytecode.cpp.o
[ 50%] Building CXX object CMakeFiles/muparser.dir/src/muParserTokenReader.cpp.o
[ 56%] Building CXX object CMakeFiles/muparser.dir/src/muParserInt.cpp.o
[ 62%] Linking CXX shared library libmuparser.so
[ 62%] Built target muparser
[ 68%] Building CXX object CMakeFiles/t_ParserTest.dir/test/t_ParserTest.cpp.o
[ 75%] Building C object CMakeFiles/example2.dir/samples/example2/example2.c.o
[ 81%] Building CXX object CMakeFiles/example1.dir/samples/example1/example1.cpp.o
[ 87%] Linking C executable example2
[ 87%] Built target example2
[ 93%] Linking CXX executable t_ParserTest
[ 93%] Built target t_ParserTest
[100%] Linking CXX executable example1
[100%] Built target example1
Consolidate compiler generated dependencies of target muparser
[ 62%] Built target muparser
Consolidate compiler generated dependencies of target t_ParserTest
Consolidate compiler generated dependencies of target example2
Consolidate compiler generated dependencies of target example1
[ 75%] Built target example2
[ 87%] Built target t_ParserTest
[100%] Built target example1
Install the project...
-- Install configuration: "Release"
-- Installing: /tmp/SBo/repo.pa2Rhk/build_muParser/package-muParser/usr/lib64/libmuparser.so.2.3.4
-- Installing: /tmp/SBo/repo.pa2Rhk/build_muParser/package-muParser/usr/lib64/libmuparser.so.2
-- Installing: /tmp/SBo/repo.pa2Rhk/build_muParser/package-muParser/usr/lib64/libmuparser.so
-- Installing: /tmp/SBo/repo.pa2Rhk/build_muParser/package-muParser/usr/include/muParser.h
-- Installing: /tmp/SBo/repo.pa2Rhk/build_muParser/package-muParser/usr/include/muParserBase.h
-- Installing: /tmp/SBo/repo.pa2Rhk/build_muParser/package-muParser/usr/include/muParserBytecode.h
-- Installing: /tmp/SBo/repo.pa2Rhk/build_muParser/package-muParser/usr/include/muParserCallback.h
-- Installing: /tmp/SBo/repo.pa2Rhk/build_muParser/package-muParser/usr/include/muParserDLL.h
-- Installing: /tmp/SBo/repo.pa2Rhk/build_muParser/package-muParser/usr/include/muParserDef.h
-- Installing: /tmp/SBo/repo.pa2Rhk/build_muParser/package-muParser/usr/include/muParserError.h
-- Installing: /tmp/SBo/repo.pa2Rhk/build_muParser/package-muParser/usr/include/muParserFixes.h
-- Installing: /tmp/SBo/repo.pa2Rhk/build_muParser/package-muParser/usr/include/muParserInt.h
-- Installing: /tmp/SBo/repo.pa2Rhk/build_muParser/package-muParser/usr/include/muParserTemplateMagic.h
-- Installing: /tmp/SBo/repo.pa2Rhk/build_muParser/package-muParser/usr/include/muParserTest.h
-- Installing: /tmp/SBo/repo.pa2Rhk/build_muParser/package-muParser/usr/include/muParserToken.h
-- Installing: /tmp/SBo/repo.pa2Rhk/build_muParser/package-muParser/usr/include/muParserTokenReader.h
-- Installing: /tmp/SBo/repo.pa2Rhk/build_muParser/package-muParser/usr/lib64/cmake/muparser/muparser-targets.cmake
-- Installing: /tmp/SBo/repo.pa2Rhk/build_muParser/package-muParser/usr/lib64/cmake/muparser/muparser-targets-release.cmake
-- Installing: /tmp/SBo/repo.pa2Rhk/build_muParser/package-muParser/usr/lib64/cmake/muparser/muparserConfig.cmake
-- Installing: /tmp/SBo/repo.pa2Rhk/build_muParser/package-muParser/usr/lib64/cmake/muparser/muparserConfigVersion.cmake
-- Installing: /tmp/SBo/repo.pa2Rhk/build_muParser/package-muParser/usr/lib64/pkgconfig/muparser.pc

Slackware package maker, version 3.14159265.

Searching for symbolic links:
usr/lib64/libmuparser.so	libmuparser.so.2
usr/lib64/libmuparser.so.2	libmuparser.so.2.3.4

Making symbolic link creation script:
( cd usr/lib64 ; rm -rf libmuparser.so )
( cd usr/lib64 ; ln -sf libmuparser.so.2 libmuparser.so )
( cd usr/lib64 ; rm -rf libmuparser.so.2 )
( cd usr/lib64 ; ln -sf libmuparser.so.2.3.4 libmuparser.so.2 )

It is recommended that you make these lines your new installation script.

Would you like to make this stuff the install script for this package
and remove the symbolic links ([y]es, [n]o)? y


Removing symbolic links:
removed './usr/lib64/libmuparser.so.2'
removed './usr/lib64/libmuparser.so'

Creating your new ./install/doinst.sh...

This next step is optional - you can set the directories in your package
to some sane permissions. If any of the directories in your package have
special permissions, then DO NOT reset them here!

Would you like to reset all directory permissions to 755 (drwxr-xr-x) and
directory ownerships to root.root ([y]es, [n]o)? n


Creating Slackware package:  /tmp/SBo/repo.pa2Rhk/output_muParser/muParser-2.3.4-x86_64-1_SBo.txz

./
install/
install/doinst.sh
install/slack-desc
usr/
usr/doc/
usr/doc/muParser-2.3.4/
usr/doc/muParser-2.3.4/CHANGELOG
usr/doc/muParser-2.3.4/Install.txt
usr/doc/muParser-2.3.4/LICENSE
usr/doc/muParser-2.3.4/muParser.SlackBuild
usr/include/
usr/include/muParser.h
usr/include/muParserBase.h
usr/include/muParserBytecode.h
usr/include/muParserCallback.h
usr/include/muParserDLL.h
usr/include/muParserDef.h
usr/include/muParserError.h
usr/include/muParserFixes.h
usr/include/muParserInt.h
usr/include/muParserTemplateMagic.h
usr/include/muParserTest.h
usr/include/muParserToken.h
usr/include/muParserTokenReader.h
usr/lib64/
usr/lib64/cmake/
usr/lib64/cmake/muparser/
usr/lib64/cmake/muparser/muparser-targets-release.cmake
usr/lib64/cmake/muparser/muparser-targets.cmake
usr/lib64/cmake/muparser/muparserConfig.cmake
usr/lib64/cmake/muparser/muparserConfigVersion.cmake
usr/lib64/libmuparser.so.2.3.4
usr/lib64/pkgconfig/
usr/lib64/pkgconfig/muparser.pc

Slackware package /tmp/SBo/repo.pa2Rhk/output_muParser/muParser-2.3.4-x86_64-1_SBo.txz created.

Built ok:  muParser-2.3.4-x86_64-1_SBo.txz                              03:41:47
Testing package muParser-2.3.4-x86_64-1_SBo.txz ... 
Test installing muParser-2.3.4-x86_64-1_SBo.txz ...
muParser-2.3.4-x86_64-1_SBo: A math parser library ..................... [ 680K]
Unmounting chroot ... 
Backed up: muParser-2.3.2-x86_64-1_SBo.txz
:-) libraries/muParser Updated for version 2.3.4 (-:

Copy link

sbo-bot bot commented Oct 24, 2024

sbopkglint x86_64 libraries/muParser

Using tests from /usr/share/sbo-maintainer-tools/sbopkglint.d
Exploding /var/lib/repo/SBo/packages/15.0/x86_64/libraries/muParser/muParser-2.3.4-x86_64-1_SBo.txz to /tmp/SBo/sbopkglint.XV5EMe ...OK
Running pre-doinst test...OK
Installing /var/lib/repo/SBo/packages/15.0/x86_64/libraries/muParser/muParser-2.3.4-x86_64-1_SBo.txz to /tmp/SBo/sbopkglint.XV5EMe ...OK
Running test: 05-basic-sanity...OK
Running test: 10-docs...OK
Running test: 15-noarch...OK
Running test: 20-arch...OK
Running test: 25-lafiles...OK
Running test: 30-manpages...OK
Running test: 35-desktop...OK
Running test: 40-newconfig...OK
Running test: 45-doinst...OK
Running test: 50-icons...OK
Running test: 60-usr_info...OK
Running test: 65-python...OK
Running test: 70-tmp_path...OK
Running test: 75-static_libs...OK
Running test: 85-perl...OK
Running test: 90-terminfo...OK
✅ === muParser-2.3.4-x86_64-1_SBo.txz: All tests passed ✅

@willysr
Copy link
Member

willysr commented Oct 24, 2024

merged

@willysr willysr closed this Oct 24, 2024
@isaackwy isaackwy deleted the muParser branch October 26, 2024 03:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants