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

academic/OpenVSP: Updated for version 3.35.3. #6760

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion academic/OpenVSP/OpenVSP.SlackBuild
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)

PRGNAM=OpenVSP
VERSION=${VERSION:-3.31.1}
VERSION=${VERSION:-3.35.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
Expand Down
8 changes: 4 additions & 4 deletions academic/OpenVSP/OpenVSP.info
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
PRGNAM="OpenVSP"
VERSION="3.31.1"
HOMEPAGE="http://openvsp.org"
DOWNLOAD="https://github.com/OpenVSP/OpenVSP/archive/OpenVSP_3.31.1/OpenVSP-OpenVSP_3.31.1.tar.gz"
MD5SUM="5267cdc9d1c6050fd0b8bc963e179b87"
VERSION="3.35.3"
HOMEPAGE="https://openvsp.org"
DOWNLOAD="https://github.com/OpenVSP/OpenVSP/archive/OpenVSP_3.35.3/OpenVSP_3.35.3.tar.gz"
MD5SUM="af5c3f99ac3b2b870e3bdcff3b392bd4"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="fltk"
Expand Down
4 changes: 4 additions & 0 deletions academic/OpenVSP/README
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,7 @@ Agreement (NOSA) version 1.3.
You can download sample aircraft at http://hangar.openvsp.org.

Requires fltk from Slackware's /extra folder.

NOTE: OpenVSP version 3.35.3 is the last version that will build on
Slackware 15.0 as newer versions require a newer version of cmake.
The latest version 3.39.1 will build on current.
2 changes: 1 addition & 1 deletion academic/OpenVSP/slack-desc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# customary to leave one space after the ':' except on otherwise blank lines.

|-----handy-ruler------------------------------------------------------|
OpenVSP: OpenVSP (3D aircraft modeling tool)
OpenVSP: OpenVSP (NASA open source 3D aircraft modeling tool)
OpenVSP:
OpenVSP: OpenVSP is a parametric aircraft geometry tool that allows the user
OpenVSP: to create a 3D model of an aircraft defined by common engineering
Expand Down