From a6191012b98a5f6c92df7e56715d44651b78ce46 Mon Sep 17 00:00:00 2001 From: Alexander Wittig Date: Fri, 18 Apr 2025 11:17:54 +0100 Subject: [PATCH 1/2] Remove ArchLinux package build remnants --- ArchLinux/PKGBUILD | 82 ---------------------------------------------- 1 file changed, 82 deletions(-) delete mode 100644 ArchLinux/PKGBUILD diff --git a/ArchLinux/PKGBUILD b/ArchLinux/PKGBUILD deleted file mode 100644 index d020c0d..0000000 --- a/ArchLinux/PKGBUILD +++ /dev/null @@ -1,82 +0,0 @@ -# This is an example PKGBUILD file. Use this as a start to creating your own, -# and remove these comments. For more information, see 'man PKGBUILD'. -# NOTE: Please fill out the license field for your package! If it is unknown, -# then please put 'unknown'. - -# The following guidelines are specific to BZR, GIT, HG and SVN packages. -# Other VCS sources are not natively supported by makepkg yet. - -# Maintainer: Your Name -pkgname='dace' # '-bzr', '-git', '-hg' or '-svn' -pkgver=v2.0.1.r3.ga0ee164 -pkgrel=1 -pkgdesc="Differential Algebra Computational Toolbox (DACE) Library" -arch=(x86_64) -url="" -license=('apache') -groups=() -depends=() -makedepends=('git') # 'bzr', 'git', 'mercurial' or 'subversion' -provides=("${pkgname%-git}") -conflicts=("${pkgname%-git}") -replaces=() -backup=() -options=() -install= -source=('dace::git+https://github.com/dacelib/dace.git') -noextract=() -md5sums=('SKIP') - -# Please refer to the 'USING VCS SOURCES' section of the PKGBUILD man page for -# a description of each element in the source array. - -pkgver() { - cd "$srcdir/${pkgname%-git}" - -# The examples below are not absolute and need to be adapted to each repo. The -# primary goal is to generate version numbers that will increase according to -# pacman's version comparisons with later commits to the repo. The format -# VERSION='VER_NUM.rREV_NUM.HASH', or a relevant subset in case VER_NUM or HASH -# are not available, is recommended. - -# Bazaar -# printf "r%s" "$(bzr revno)" - -# Git, tags available -# printf "%s" "$(git describe --long --tags | sed 's/\([^-]*-\)g/r\1/;s/-/./g')" - -# Git, no tags available -# printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)" - -# Mercurial -# printf "r%s.%s" "$(hg identify -n)" "$(hg identify -i)" - -# Subversion -# printf "r%s" "$(svnversion | tr -d 'A-z')" - - ( set -o pipefail - git describe --long --tags 2>/dev/null | sed 's/\([^-]*-g\)/r\1/;s/-/./g' || - printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)" - ) -} - -prepare() { - cd "$srcdir/${pkgname%-git}" - mkdir Release -} - -build() { - cd "$srcdir/${pkgname%-git}/Release" - cmake ../ - make -} - -check() { - cd "$srcdir/${pkgname%-git}/Release" - #make -k check -} - -package() { - cd "$srcdir/${pkgname%-git}/Release" - make DESTDIR="$pkgdir/" install -} From 671bd35de68c33700d50f3a1e373e77cdf58fdee Mon Sep 17 00:00:00 2001 From: Alexander Wittig Date: Fri, 18 Apr 2025 11:19:51 +0100 Subject: [PATCH 2/2] remove remnants from Linux and Mac package builds --- README-LINUX | 1 - README-MAC.rtf | 20 -------------------- 2 files changed, 21 deletions(-) delete mode 100644 README-LINUX delete mode 100644 README-MAC.rtf diff --git a/README-LINUX b/README-LINUX deleted file mode 100644 index 4dc8e31..0000000 --- a/README-LINUX +++ /dev/null @@ -1 +0,0 @@ -This package installs both the DACE Runtime components (libraries) as well as the DACE Developer files (headers) in \usr\local. diff --git a/README-MAC.rtf b/README-MAC.rtf deleted file mode 100644 index 3c69920..0000000 --- a/README-MAC.rtf +++ /dev/null @@ -1,20 +0,0 @@ -{\rtf1\ansi\ansicpg1252\cocoartf1561\cocoasubrtf100 -{\fonttbl\f0\fswiss\fcharset0 Helvetica;} -{\colortbl;\red255\green255\blue255;} -{\*\expandedcolortbl;;} -\paperw11900\paperh16840\margl1440\margr1440\vieww10800\viewh8400\viewkind0 -\pard\tx566\tx1133\tx1700\tx2267\tx2834\tx3401\tx3968\tx4535\tx5102\tx5669\tx6236\tx6803\pardirnatural\partightenfactor0 - -\f0\b\fs36 \cf0 DACE 2 package for Mac OS X -\b0\fs24 \ -\ -This package installs both the -\i DACE Runtime -\i0 components (libraries) as well as the -\i DACE Developer -\i0 files (headers). If you do not intend to develop or compile DACE enabled software yourself, you can safely disable the -\i DACE Developer -\i0 package in the advanced settings.\ -\ -In order to develop DACE enabled software you also must install the free Apple Xcode from the App Store.\ -} \ No newline at end of file