Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Primary navigation
Search or go to…
Project
F
FreeBSD ports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Privacy statement
Keyboard shortcuts
?
What's new
6
Snippets
Groups
Projects
Show more breadcrumbs
FreeBSD
FreeBSD ports
Commits
488781bd
Commit
488781bd
authored
2 years ago
by
Yuri Victorovich
Browse files
Options
Downloads
Patches
Plain Diff
cad/xyce: Chenge MASTER_SITES to GitHub URL; Add test target
parent
972bbf13
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
cad/xyce/Makefile
+30
-3
30 additions, 3 deletions
cad/xyce/Makefile
cad/xyce/distinfo
+3
-3
3 additions, 3 deletions
cad/xyce/distinfo
with
33 additions
and
6 deletions
cad/xyce/Makefile
+
30
−
3
View file @
488781bd
PORTNAME
=
xyce
DISTVERSION
=
7.5
DISTVERSION
=
7.5
.0
CATEGORIES
=
cad
MASTER_SITES
=
https://xyce.sandia.gov/files/xyce/
DISTNAME
=
Xyce-
${
DISTVERSION
}
MASTER_SITES
=
https://github.com/Xyce/Xyce/archive/refs/tags/
DISTNAME
=
Release-
${
DISTVERSION
}
DIST_SUBDIR
=
xyce-
${
DISTVERSION
}
MAINTAINER
=
yuri@FreeBSD.org
COMMENT
=
Xyce electronic simulator
...
...
@@ -16,17 +17,43 @@ LIB_DEPENDS= libamd.so:math/suitesparse-amd \
liblapack.so:math/lapack
\
libtpetra.so:science/trilinos
\
libumfpack.so:math/suitesparse-umfpack
TEST_DEPENDS
=
git:devel/git
USES
=
bison cmake localbase
CMAKE_ON
=
BUILD_SHARED_LIBS
WRKSRC
=
${
WRKDIR
}
/Xyce-Release-
${
DISTVERSION
}
post-install
:
@
cd
${
STAGEDIR
}${
PREFIX
}
&&
\
${
RM
}
${
STAGEDIR
}${
PREFIX
}
/doc/README.TXT
&&
\
${
RMDIR
}
${
STAGEDIR
}${
PREFIX
}
/doc
do-test
:
# checkout tests
@
cd
${
WRKDIR
}
&&
\
${
ECHO
}
"cloning git repository ..."
&&
\
${
RM
}
-rf
Xyce_Regression
&&
\
git clone
-q
https://github.com/Xyce/Xyce_Regression.git
&&
\
cd
Xyce_Regression
&&
\
git checkout
-q
Release-
${
DISTVERSION
}
# run tests
@cd
${TEST_WRKSRC}
&&
(
\
${ECHO}
"running tests ..."
;
\
eval
`${WRKDIR}/Xyce_Regression/TestScripts/suggestXyceTagList.sh
${STAGEDIR}${PREFIX}/bin/Xyce`
;
\
${WRKDIR}/Xyce_Regression/TestScripts/run_xyce_regression
\
--output
=
${
WRKDIR
}
/Xyce_Test
\
--xyce_test
=
"
${
WRKDIR
}
/Xyce_Regression"
\
--resultfile
=
${
WRKDIR
}
/serial_results
\
--taglist
=
"
$$
TAGLIST"
\
${
STAGEDIR
}${
PREFIX
}
/bin/Xyce
\
)
# Testssuite doesn't stop when Ctrl-C is pressed: https://github.com/Xyce/Xyce_Regression/issues/1
# Trilinos build instructions for Xyce: https://xyce.sandia.gov/documentation-tutorials/building-guide/#instTrilinos
# Xyce build instructions: https://xyce.sandia.gov/documentation-tutorials/building-guide/
# docs are in https://xyce.sandia.gov/files/xyce/Xyce_Docs-7.5.tar.gz
.
include
<bsd.port.mk>
This diff is collapsed.
Click to expand it.
cad/xyce/distinfo
+
3
−
3
View file @
488781bd
TIMESTAMP = 1657
259069
SHA256 (
X
yce-7.5.
tar.gz) = 855e865316e8ca3a668fb4e92cb39e63023702f79012a1461c06066e1567f5ce
SIZE (
X
yce-7.5.tar.gz) = 2
4
31
0294
TIMESTAMP = 1657
478670
SHA256 (
x
yce-7.5.
0/Release-7.5.0.tar.gz) = 854d7d5e19e0ee2138d1f20f10f8f27f2bebb94ec81c157040955cff7250dacd
SIZE (
x
yce-7.5.
0/Release-7.5.0.
tar.gz) = 231
84780
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment